aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-03-14 19:42:37 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-03-14 19:42:37 +0800
commit1a983f0dd7a01d23c2d06f870f7208525e0e0f63 (patch)
tree101aafae7f138ea315d2eda26821fadd68657eca /mail
parent0e9c0268a8ae99b88d7b98539181c0e938e5cb53 (diff)
downloadgsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar.gz
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar.bz2
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar.lz
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar.xz
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.tar.zst
gsoc2013-evolution-1a983f0dd7a01d23c2d06f870f7208525e0e0f63.zip
builddir != srcdir fixes. Yay!
svn path=/trunk/; revision=8706
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/importers/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 85b41df89c..1b0cbd25ff 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-14 Ettore Perazzoli <ettore@ximian.com>
+
+ * importers/Makefile.am (INCLUDES): Add `-I$(top_builddir)/shell'
+ and `-I$(top_srcdir)'.
+
2001-03-13 Dan Winship <danw@ximian.com>
* mail-display.c (on_url_requested): Call gtk_html_end() on the
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am
index aaefed7672..90e25153e7 100644
--- a/mail/importers/Makefile.am
+++ b/mail/importers/Makefile.am
@@ -4,7 +4,9 @@ importers_LTLIBRARIES = liboutlook.la libmbox.la libiinetscape.la
INCLUDES = -I.. \
-I$(srcdir)/.. \
+ -I$(top_srcdir) \
-I$(top_srcdir)/shell \
+ -I$(top_builddir)/shell \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"evolution-mail-importer\"