Mercurial > audlegacy
annotate Plugins/Input/vorbis/Makefile.am @ 306:0e22e4ef781e trunk
[svn] Convert to configdb usage.
author | chainsaw |
---|---|
date | Sat, 17 Dec 2005 11:40:29 -0800 |
parents | fa848bd484d8 |
children |
rev | line source |
---|---|
61 | 1 if HAVE_OGGVORBIS |
2 | |
3 lib_LTLIBRARIES = libvorbis.la | |
4 | |
5 endif | |
6 | |
7 libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
8 | |
9 INCLUDES = $(GTK_CFLAGS) $(OGG_VORBIS_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) | |
10 libvorbis_la_LDFLAGS = $(PLUGIN_LDFLAGS) | |
11 libvorbis_la_LIBADD = $(GTK_LIBS) $(OGG_VORBIS_LIBS) $(LTLIBICONV) | |
12 | |
13 libvorbis_la_SOURCES = \ | |
14 vorbis.c vorbis.h \ | |
15 configure.c \ | |
16 http.c http.h \ | |
17 fileinfo.c \ | |
18 vcedit.c vcedit.h | |
19 | |
20 EXTRA_DIST = ogg.xpm |