don't link against libgst.la because it seems to fail on some libtool versions.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 26 May 2001 12:17:05 +0000 (12:17 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 26 May 2001 12:17:05 +0000 (12:17 +0000)
Original commit message from CVS:
don't link against libgst.la because it seems to fail on some libtool
versions.

gst/elements/Makefile.am
plugins/elements/Makefile.am

index 1e7d48b..e29530e 100644 (file)
@@ -40,5 +40,5 @@ noinst_HEADERS =              \
 
 CFLAGS += -O2 -Wall
 
-libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
+libgstelements_la_LIBADD = $(GHTTP_LIBS)
 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
index 1e7d48b..e29530e 100644 (file)
@@ -40,5 +40,5 @@ noinst_HEADERS =              \
 
 CFLAGS += -O2 -Wall
 
-libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
+libgstelements_la_LIBADD = $(GHTTP_LIBS)
 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)