ext/cdaudio/Makefile.am: Add another missing GST_LIBS.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 17 Oct 2007 14:43:25 +0000 (14:43 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 17 Oct 2007 14:43:25 +0000 (14:43 +0000)
Original commit message from CVS:
* ext/cdaudio/Makefile.am:
Add another missing GST_LIBS.

ChangeLog
ext/cdaudio/Makefile.am

index ec944f78f7b0452a8b01925ad106abd13b7e5852..bb5e7695456cc64e20289f7628d552beea3e5bca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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>
index f16bbdb09450537c5f91174910c416134790ee8c..2477b7204d2ab34c2be2f1ff1165662cf278f92b 100644 (file)
@@ -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