summaryrefslogtreecommitdiffstats
path: root/ext/annodex
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-06-11 13:57:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-06-11 13:57:19 +0000
commit5a027ffd66994bc4f7c9b5103af3ed0c60f7503b (patch)
tree84cb0f66b3b909125c7a5071091854fd19a6001f /ext/annodex
parentb469e7235cbd4efb6086c19b276f8d09ed261207 (diff)
autogen.sh: require am17
Original commit message from CVS: * autogen.sh: require am17 * configure.ac: * ext/annodex/Makefile.am: * ext/cdio/Makefile.am: * ext/dv/Makefile.am: * ext/esd/Makefile.am: * ext/flac/Makefile.am: * ext/gdk_pixbuf/Makefile.am: * ext/ladspa/Makefile.am: * ext/libcaca/Makefile.am: * ext/speex/Makefile.am: * ext/taglib/Makefile.am: * sys/oss/Makefile.am: * sys/sunaudio/Makefile.am: * sys/ximage/Makefile.am: clean up build further
Diffstat (limited to 'ext/annodex')
-rw-r--r--ext/annodex/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/annodex/Makefile.am b/ext/annodex/Makefile.am
index 8c47683d..816e809b 100644
--- a/ext/annodex/Makefile.am
+++ b/ext/annodex/Makefile.am
@@ -1,11 +1,5 @@
-# plugindir is set in configure
-
-# change libgstplugin.la to something more suitable
plugin_LTLIBRARIES = libgstannodex.la
-# for the next set of variables, rename the prefix if you renamed the .la
-
-# sources used to compile this plug-in
libgstannodex_la_SOURCES = \
gstannodex.c \
gstcmmlutils.c \
@@ -14,14 +8,11 @@ libgstannodex_la_SOURCES = \
gstcmmltag.c \
gstcmmlparser.c
-# flags used to compile this plugin
-# we use the GST_LIBS flags because we might be using plug-in libs
libgstannodex_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS) $(XML_CFLAGS)
libgstannodex_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
$(GST_LIBS) $(XML_LIBS)
libgstannodex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-# headers we need but don't want installed
noinst_HEADERS = gstannodex.h gstcmmlutils.h gstcmmltag.h gstcmmlparser.h \
gstcmmldec.h gstcmmlenc.h