From 5d20ef9983bde5c5fc67a3c5951ba09c8d558a58 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 22 Feb 2000 17:00:56 +0000 Subject: 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. --- wrappers/gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers') 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 - -- cgit v1.2.1