aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-03-18 05:12:14 +0800
committerElliot Lee <sopwith@src.gnome.org>2000-03-18 05:12:14 +0800
commit67bf8621089b56d2910c3580ac67ccf6fa7a19c9 (patch)
tree2a1be4e3075c004140c4124d8c2cff985e1c5674 /mail
parent198d97bdb85a63a70b1071ec93cf6d6f94049cc3 (diff)
downloadgsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar.gz
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar.bz2
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar.lz
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar.xz
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.tar.zst
gsoc2013-evolution-67bf8621089b56d2910c3580ac67ccf6fa7a19c9.zip
Fix for srcdir != builddir.
* calendar/cal-client/Makefile.am, calendar/cal-util/Makefile.am, calendar/gui/Makefile.am, calendar/pcs/Makefile.am, mail/Makefile.am, widgets/e-text/Makefile.am: Fix for srcdir != builddir. svn path=/trunk/; revision=2119
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index a7421d27e8..fec2e6f329 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/e-text \
-I$(top_srcdir) \
+ -I$(top_builddir)/shell \
$(BONOBO_HTML_GNOME_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \