aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-03-02 08:09:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-03-02 08:09:45 +0800
commit799d7f54fdd6bcbf6b73d95070e17b7455c94830 (patch)
tree280f5659313d908d2f1a5f9b93a0d0fa635008fd /mail/Makefile.am
parentdff7aec3c3302c2191100ce22a8cf28959808c28 (diff)
downloadgsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar.gz
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar.bz2
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar.lz
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar.xz
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.tar.zst
gsoc2013-evolution-799d7f54fdd6bcbf6b73d95070e17b7455c94830.zip
Various building fixes. At least, now it builds for me.
svn path=/trunk/; revision=2007
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index c1e7a7c530..5659053b79 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -3,14 +3,15 @@ bin_PROGRAMS = evolution-mail test-mail
providerdir = $(libdir)/evolution/camel-providers/$(VERSION)
INCLUDES = \
+ -I$(top_srcdir)/widgets \
+ -I$(top_srcdir)/widgets/e-text \
+ -I$(top_srcdir) \
$(BONOBO_HTML_GNOME_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
- -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
- -I$(top_srcdir)/widgets \
- -I$(top_srcdir)/widgets/e-text
+ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"
EVOLUTION_MAIL_CORBA_GENERATED = \
Mail.h \