From abfe42213932a77f350228651ea462302bc97987 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Apr 2000 22:42:54 +0000 Subject: Fix compilation with builddir != srcdir (again). svn path=/trunk/; revision=2441 --- wombat/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wombat/Makefile.am') 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"\" -- cgit v1.2.3