From 7593b38a57f55c28cdb4b8c3df27a13c6ce55d99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 04:23:00 +0000 Subject: fix build and use of GST_LIBS Original commit message from CVS: fix build and use of GST_LIBS --- ext/gconf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gconf/Makefile.am') diff --git a/ext/gconf/Makefile.am b/ext/gconf/Makefile.am index 4e23b174..688d38a0 100644 --- a/ext/gconf/Makefile.am +++ b/ext/gconf/Makefile.am @@ -8,7 +8,7 @@ libgstgconfelements_la_SOURCES = \ DIR_CFLAGS = -DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\" libgstgconfelements_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS) -libgstgconfelements_la_LIBADD = $(GCONF_LIBS) +libgstgconfelements_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconfelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ -- cgit