From df5691bccf164913fe9b92aa03facbdfff1b9fa4 Mon Sep 17 00:00:00 2001 From: 8 Date: Fri, 19 Oct 2001 01:54:42 +0000 Subject: Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko 2001-10-18 * providers/(imap|local|pop3|sendmail|smtp)/Makefile.am: Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko Kaneti svn path=/trunk/; revision=13783 --- camel/ChangeLog | 6 ++++++ camel/providers/imap/Makefile.am | 1 + camel/providers/local/Makefile.am | 1 + camel/providers/pop3/Makefile.am | 1 + camel/providers/sendmail/Makefile.am | 1 + camel/providers/smtp/Makefile.am | 1 + 6 files changed, 11 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 0c2660c426..0ff46a9dcd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-10-18 + + * providers/(imap|local|pop3|sendmail|smtp)/Makefile.am: Added + CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko + Kaneti + 2001-10-18 Jeffrey Stedfast * camel-pgp-context.c (crypto_exec_with_passwd): Make sure the 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\" diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am index d49cb13a60..22a284dd9f 100644 --- a/camel/providers/local/Makefile.am +++ b/camel/providers/local/Makefile.am @@ -15,6 +15,7 @@ INCLUDES = -I.. \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ + $(CAMEL_CFLAGS) \ $(GNOME_INCLUDEDIR) \ $(GTK_INCLUDEDIR) \ -DG_LOG_DOMAIN=\"camel-local-provider\" 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) \ diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am index deec529871..dcb0e919ed 100644 --- a/camel/providers/sendmail/Makefile.am +++ b/camel/providers/sendmail/Makefile.am @@ -15,6 +15,7 @@ INCLUDES = \ -I$(includedir) \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/camel \ + $(CAMEL_CFLAGS) \ $(GNOME_INCLUDEDIR) \ $(GTK_INCLUDEDIR) \ -DG_LOG_DOMAIN=\"camel-sendmail-provider\" diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index fcc2b06f9d..7a0212ddfd 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -15,6 +15,7 @@ INCLUDES = \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/camel \ -I$(top_srcdir)/e-util \ + $(CAMEL_CFLAGS) \ $(GNOME_INCLUDEDIR) \ $(GTK_INCLUDEDIR) \ $(NSPR_CFLAGS) \ -- cgit v1.2.3