summaryrefslogtreecommitdiffstats
path: root/ext/esd
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/esd
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/esd')
-rw-r--r--ext/esd/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/esd/Makefile.am b/ext/esd/Makefile.am
index f47e2480..4c6aa4d9 100644
--- a/ext/esd/Makefile.am
+++ b/ext/esd/Makefile.am
@@ -1,9 +1,10 @@
plugin_LTLIBRARIES = libgstesd.la
libgstesd_la_SOURCES = esdsink.c gstesd.c
-#esdmon.c
libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ESD_CFLAGS)
-libgstesd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(ESD_LIBS)
+libgstesd_la_LIBADD = \
+ $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
+ $(ESD_LIBS)
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = esdsink.h esdmon.h