diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-10-17 14:43:25 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-10-17 14:43:25 +0000 |
commit | 0625b3aabcb0e1cb02befa60f756d339b28e8035 (patch) | |
tree | e2f2eabc24c2538cc8148d1de58e3957e863330c | |
parent | 49e0f8625929d18af4c9c5e009fb405101ef499b (diff) | |
download | gst-plugins-bad-0625b3aabcb0e1cb02befa60f756d339b28e8035.tar.gz gst-plugins-bad-0625b3aabcb0e1cb02befa60f756d339b28e8035.tar.bz2 gst-plugins-bad-0625b3aabcb0e1cb02befa60f756d339b28e8035.zip |
ext/cdaudio/Makefile.am: Add another missing GST_LIBS.
Original commit message from CVS:
* ext/cdaudio/Makefile.am:
Add another missing GST_LIBS.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/cdaudio/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-10-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/cdaudio/Makefile.am: + Add another missing GST_LIBS. + +2007-10-17 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Richard Hult <richard imendio com> * gst/dvdspu/Makefile.am: diff --git a/ext/cdaudio/Makefile.am b/ext/cdaudio/Makefile.am index f16bbdb0..2477b720 100644 --- a/ext/cdaudio/Makefile.am +++ b/ext/cdaudio/Makefile.am @@ -2,5 +2,5 @@ plugin_LTLIBRARIES = libgstcdaudio.la libgstcdaudio_la_SOURCES = gstcdaudio.c libgstcdaudio_la_CFLAGS = $(GST_CFLAGS) -libgstcdaudio_la_LIBADD = +libgstcdaudio_la_LIBADD = $(GST_LIBS) libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio |