diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 16:55:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 16:55:28 +0000 |
commit | 64a231494091aec62b30717c14f48068a9832930 (patch) | |
tree | 5ccb60e7c190b1bd0856b02fa86f32ffcb628028 /gst-libs | |
parent | 36183d06161de772a213da7ba722c1c873feb156 (diff) | |
download | gst-plugins-bad-64a231494091aec62b30717c14f48068a9832930.tar.gz gst-plugins-bad-64a231494091aec62b30717c14f48068a9832930.tar.bz2 gst-plugins-bad-64a231494091aec62b30717c14f48068a9832930.zip |
-j fix
Original commit message from CVS:
-j fix
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 d1d10e86..0514c53c 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) |