diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-11-30 17:45:39 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-11-30 17:45:39 +0800 |
commit | e3561c50baeaf9d7f24892c3e72cd46eab91d111 (patch) | |
tree | 2311d363d85bfd0d242cdb2dec97a5fdac1ed8f4 /modules/mail | |
parent | 0b1658ed7a215dad8295b02a30d5220011e199f1 (diff) | |
download | gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.tar.gz gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.tar.zst gsoc2013-evolution-e3561c50baeaf9d7f24892c3e72cd46eab91d111.zip |
Fixes a build break.
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index 15ee1fc932..0b439428b7 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -7,6 +7,7 @@ libevolution_module_mail_la_CPPFLAGS = \ -I$(top_srcdir)/widgets \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) \ + $(CAMEL_CFLAGS) \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_UIDIR=\""$(uidir)"\" \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ |