aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3
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/pop3
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/pop3')
-rw-r--r--camel/providers/pop3/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index 476e3d3189..d5225c3ef9 100644
--- a/camel/providers/pop3/Makefile.am
+++ b/camel/providers/pop3/Makefile.am
@@ -15,6 +15,7 @@ INCLUDES = \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/camel \
-I$(top_srcdir)/e-util \
+ $(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(KRB4_CFLAGS) \
$(GTK_INCLUDEDIR) \