aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-11 23:45:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-12 01:07:43 +0800
commit3c30fb17476059e2a30df110bf9842b2fecee634 (patch)
treefe01ff5387d8db6d64b6f70f71353cceb1cfddc6 /libemail-engine/Makefile.am
parent4ea43b34a81b03f9f98fffe3bd63c14185055d7d (diff)
downloadgsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.gz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.bz2
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.lz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.xz
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.zst
gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.zip
Convert libemail-engine to a single-include model.
Use: #include <libemail-engine/libemail-engine.h>
Diffstat (limited to 'libemail-engine/Makefile.am')
-rw-r--r--libemail-engine/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libemail-engine/Makefile.am b/libemail-engine/Makefile.am
index f483fb11dc..15d12c62d6 100644
--- a/libemail-engine/Makefile.am
+++ b/libemail-engine/Makefile.am
@@ -21,6 +21,7 @@ libemail_engine_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_srcdir) \
-I$(top_builddir) \
+ -DLIBEMAIL_ENGINE_COMPILATION \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
$(GTKHTML_CFLAGS) \
@@ -29,6 +30,7 @@ libemail_engine_la_CPPFLAGS = \
libmailengineincludedir = $(privincludedir)/libemail-engine
libmailengineinclude_HEADERS = \
+ libemail-engine.h \
camel-null-store.h \
camel-sasl-xoauth2.h \
e-mail-authenticator.h \