From 105dd5c5f61b47581339af1145bfd98aa8c65938 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 19 Jun 2000 05:56:31 +0000 Subject: Fix compilation with builddir != srcdir. svn path=/trunk/; revision=3630 --- addressbook/gui/contact-editor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 8ad4b7925e..d7729421b1 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -3,7 +3,7 @@ CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" INCLUDES = \ - $(GNOME_INCLUDEDIR) \ + $(BONOBO_GNOME_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/ \ -I$(top_srcdir)/addressbook/backend \ -- cgit v1.2.3