aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-19 13:56:31 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-19 13:56:31 +0800
commit105dd5c5f61b47581339af1145bfd98aa8c65938 (patch)
tree590c9d4607480c9c03ef39e9951cc8d0cd53fae3 /addressbook/gui/contact-editor
parentc75809d23ca6ecf29a77895c33d87b4aaa2ac101 (diff)
downloadgsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.gz
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.bz2
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.lz
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.xz
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.zst
gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.zip
Fix compilation with builddir != srcdir.
svn path=/trunk/; revision=3630
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \