summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
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
-