diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-19 13:56:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-19 13:56:31 +0800 |
commit | 105dd5c5f61b47581339af1145bfd98aa8c65938 (patch) | |
tree | 590c9d4607480c9c03ef39e9951cc8d0cd53fae3 /addressbook | |
parent | c75809d23ca6ecf29a77895c33d87b4aaa2ac101 (diff) | |
download | gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.gz gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.tar.zst gsoc2013-evolution-105dd5c5f61b47581339af1145bfd98aa8c65938.zip |
Fix compilation with builddir != srcdir.
svn path=/trunk/; revision=3630
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 22ebb523a7..988e7f6c85 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-06-18 <ettore@helixcode.com> + + * contact-editor/Makefile.am (INCLUDES): Use + `$(BONOBO_GNOME_CFLAGS)' so that we compile when Bonobo is not in + the default GNOME prefix. + 2000-06-17 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard-label.c, diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 8ad4b7925e..d7729421b1 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/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 \ 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 \ |