summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-22 17:00:56 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-02-22 17:00:56 +0000
commit5d20ef9983bde5c5fc67a3c5951ba09c8d558a58 (patch)
treeaac7fadbb5019cb4469c5f686fd55c96f2403ec5 /wrappers
parent2d01aadcc22de08609df21a64fb571f7efe32357 (diff)
downloadgconf-5d20ef9983bde5c5fc67a3c5951ba09c8d558a58.tar.gz
srcdir != builddir fix. Add libgconf-gtk.la to testgconfclient deps so
* tests/Makefile.am: srcdir != builddir fix. * wrappers/gtk/Makefile.am: Add libgconf-gtk.la to testgconfclient deps so that 'make -j' builds will work correctly.
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/gtk/Makefile.am b/wrappers/gtk/Makefile.am
index e9767064..d65b3c13 100644
--- a/wrappers/gtk/Makefile.am
+++ b/wrappers/gtk/Makefile.am
@@ -19,5 +19,5 @@ noinst_PROGRAMS= testgconfclient
testgconfclient_SOURCES = testgconfclient.c
+testgconfclient_DEPS=$(top_builddir)/gconf/libgconf.la libgconf-gtk.la
testgconfclient_LDADD = $(ORBIT_LIBS) $(GTK_LIBS) $(top_builddir)/gconf/libgconf.la $(top_builddir)/wrappers/gtk/libgconf-gtk.la
-