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 /wombat/Makefile.am | |
parent | 72ae61158dd7039c8f076e29d59d67101e1a4f6f (diff) | |
download | gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.gz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.bz2 gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.lz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.xz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.zst gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.zip |
Fix compilation with builddir != srcdir (again).
svn path=/trunk/; revision=2441
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index db6bc21d3f..2282981673 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -4,7 +4,9 @@ INCLUDES = \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend/pas \ + -I$(top_builddir)/addressbook/backend/pas \ -I$(top_srcdir)/calendar/pcs \ + -I$(top_builddir)/calendar/pcs \ -I$(top_srcdir)/calendar/cal-util \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" |