diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
commit | abfe42213932a77f350228651ea462302bc97987 (patch) | |
tree | 3c349be962fcf16922ac760e58032e6f8ef79cb8 /addressbook/gui | |
parent | 72ae61158dd7039c8f076e29d59d67101e1a4f6f (diff) | |
download | gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.gz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.zst gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.zip |
Fix compilation with builddir != srcdir (again).
svn path=/trunk/; revision=2441
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/minicard/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/minicard/Makefile.am b/addressbook/gui/minicard/Makefile.am index 2eeb1ec3bc..46adb6da2b 100644 --- a/addressbook/gui/minicard/Makefile.am +++ b/addressbook/gui/minicard/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend/ebook \ -I$(top_srcdir)/addressbook/contact-editor \ + -I$(top_builddir)/addressbook/backend/ebook \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ $(GNOME_INCLUDEDIR) diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 2eeb1ec3bc..46adb6da2b 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend/ebook \ -I$(top_srcdir)/addressbook/contact-editor \ + -I$(top_builddir)/addressbook/backend/ebook \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ $(GNOME_INCLUDEDIR) |