aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/Makefile.am
diff options
context:
space:
mode:
author8 <NotZed@Ximian.com>2001-10-19 09:54:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-19 09:54:42 +0800
commitdf5691bccf164913fe9b92aa03facbdfff1b9fa4 (patch)
treee2a34e5bcfcb66a73b505ff2ccf9ac0493ec0de2 /camel/providers/imap/Makefile.am
parentae5590f88d2a2a7097d3f47b09ab96a9c2059a05 (diff)
downloadgsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar.gz
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar.bz2
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar.lz
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar.xz
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.tar.zst
gsoc2013-evolution-df5691bccf164913fe9b92aa03facbdfff1b9fa4.zip
Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko
2001-10-18 <NotZed@Ximian.com> * providers/(imap|local|pop3|sendmail|smtp)/Makefile.am: Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko Kaneti <yaneti@declera.com> svn path=/trunk/; revision=13783
Diffstat (limited to 'camel/providers/imap/Makefile.am')
-rw-r--r--camel/providers/imap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index 545c404174..65325cf9bf 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -16,6 +16,7 @@ INCLUDES = -I.. \
-I$(top_srcdir)/e-util \
-I$(top_srcdir) \
-I$(includedir) \
+ $(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"camel-imap-provider\"