diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-11 13:57:19 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-11 13:57:19 +0000 |
commit | 5a027ffd66994bc4f7c9b5103af3ed0c60f7503b (patch) | |
tree | 84cb0f66b3b909125c7a5071091854fd19a6001f /ext/cdio | |
parent | b469e7235cbd4efb6086c19b276f8d09ed261207 (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/cdio')
-rw-r--r-- | ext/cdio/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/cdio/Makefile.am b/ext/cdio/Makefile.am index ba454d65..01092c71 100644 --- a/ext/cdio/Makefile.am +++ b/ext/cdio/Makefile.am @@ -1,4 +1,3 @@ - plugin_LTLIBRARIES = libgstcdio.la libgstcdio_la_SOURCES = \ @@ -7,12 +6,12 @@ libgstcdio_la_SOURCES = \ libgstcdio_la_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ - $(CDIO_CFLAGS) \ $(GST_BASE_CFLAGS) \ - $(GST_CFLAGS) + $(GST_CFLAGS) \ + $(CDIO_CFLAGS) libgstcdio_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstcdda-@GST_MAJORMINOR@ \ + $(GST_PLUGINS_BASE_LIBS) -lgstcdda-$(GST_MAJORMINOR) \ $(GST_BASE_LIBS) \ $(CDIO_LIBS) @@ -21,4 +20,3 @@ libgstcdio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ gstcdio.h \ gstcdiocddasrc.h - |