From 0292c80b5947c240736bec3fe63431dd225e055c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 4 Apr 2003 19:16:46 +0000 Subject: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1. Original commit message from CVS: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1. --- gst-libs/gst/gconf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs') diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index 1288ca82..8a4c2a26 100644 --- a/gst-libs/gst/gconf/Makefile.am +++ b/gst-libs/gst/gconf/Makefile.am @@ -12,6 +12,6 @@ noinst_PROGRAMS = test-gconf test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la -libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS) +libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS) $(GST_LIBS) libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@ -- cgit v1.2.1