summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-04 16:55:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-04 16:55:28 +0000
commit64a231494091aec62b30717c14f48068a9832930 (patch)
tree5ccb60e7c190b1bd0856b02fa86f32ffcb628028
parent36183d06161de772a213da7ba722c1c873feb156 (diff)
downloadgstreamer-plugins-bad-64a231494091aec62b30717c14f48068a9832930.tar.gz
-j fix
Original commit message from CVS: -j fix
-rw-r--r--gst-libs/gst/gconf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am
index d1d10e868..0514c53c5 100644
--- a/gst-libs/gst/gconf/Makefile.am
+++ b/gst-libs/gst/gconf/Makefile.am
@@ -10,7 +10,7 @@ libgstgconfinclude_HEADERS = gconf.h
noinst_PROGRAMS = test-gconf
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) -lgstgconf
+test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf.la
libgstgconf_la_LIBADD = $(GCONF_LIBS)
libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)