summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-10-17 14:43:25 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-10-17 14:43:25 +0000
commit0625b3aabcb0e1cb02befa60f756d339b28e8035 (patch)
treee2f2eabc24c2538cc8148d1de58e3957e863330c /ext
parent49e0f8625929d18af4c9c5e009fb405101ef499b (diff)
downloadgst-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.
Diffstat (limited to 'ext')
-rw-r--r--ext/cdaudio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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