diff options
author | David Schleef <ds@schleef.org> | 2003-04-04 19:16:46 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-04-04 19:16:46 +0000 |
commit | 0292c80b5947c240736bec3fe63431dd225e055c (patch) | |
tree | 21c3b7ddf1bbcc314dc959768d3050005de63f6a /gst-libs | |
parent | fc6d47a4c6b6b5e67bde16e2ac97041f5203a775 (diff) | |
download | gst-plugins-bad-0292c80b5947c240736bec3fe63431dd225e055c.tar.gz gst-plugins-bad-0292c80b5947c240736bec3fe63431dd225e055c.tar.bz2 gst-plugins-bad-0292c80b5947c240736bec3fe63431dd225e055c.zip |
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.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |