fix silly Makefile.am bug so they link correctly again
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 2 Dec 2005 12:28:03 +0000 (12:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 2 Dec 2005 12:28:03 +0000 (12:28 +0000)
Original commit message from CVS:

* ext/amrnb/Makefile.am:
* gst/realmedia/Makefile.am:
fix silly Makefile.am bug so they link correctly again

ChangeLog
ext/amrnb/Makefile.am
gst/realmedia/Makefile.am

index b084423..409187c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * ext/amrnb/Makefile.am:
+       * gst/realmedia/Makefile.am:
+         fix silly Makefile.am bug so they link correctly again
+
 === release 0.9.7 ===
 
 2005-12-01   <thomas (at) apestaart (dot) org>
index 59895d6..48e9a38 100644 (file)
@@ -7,7 +7,7 @@ libgstamrnb_la_SOURCES = \
        amrnbparse.c
 
 libgstamrnb_la_CFLAGS = $(GST_CFLAGS) $(AMRNB_CFLAGS)
-libgstamrnb_la_LIBS = $(GST_BASE_LIBS) $(AMRNB_LIBS)
+libgstamrnb_la_LIBADD = $(GST_BASE_LIBS) $(AMRNB_LIBS)
 libgstamrnb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = \
index 9b6b345..9769097 100644 (file)
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstrmdemux.la
 libgstrmdemux_la_SOURCES = rmdemux.c
 
 libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
-libgstrmdemux_la_LIBS = $(GST_BASE_LIBS)
+libgstrmdemux_la_LIBADD = $(GST_BASE_LIBS)
 libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = rmdemux.h