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
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* camel-pgp-context.c (crypto_exec_with_passwd): Make sure the
|
||||
|
@ -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\"
|
||||
|
@ -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\"
|
||||
|
@ -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) \
|
||||
|
@ -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\"
|
||||
|
@ -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) \
|
||||
|
Reference in New Issue
Block a user