summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-16 16:49:35 +0000
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-16 16:49:35 +0000
commit6911e6f99e29e05c356c616ac3e1ad82eb1c6602 (patch)
tree65a283f5cae28cb70f0179b973b374ecff328753
parent8b8806e7eddb2f34ebcf60cde68f46671a7da8a4 (diff)
downloadevolution-data-server-6911e6f99e29e05c356c616ac3e1ad82eb1c6602.tar.gz
Add `$(EXTRA_GNOME_CFLAGS)' to the INCLUDES for the all the providers
that don't have it already.
-rw-r--r--camel/ChangeLog14
-rw-r--r--camel/providers/cache/Makefile.am1
-rw-r--r--camel/providers/local/Makefile.am1
-rw-r--r--camel/providers/nntp/Makefile.am1
-rw-r--r--camel/providers/pop3/Makefile.am1
-rw-r--r--camel/providers/sendmail/Makefile.am4
6 files changed, 21 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a069e0cc5..e6c4c87b0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,19 @@
2001-04-16 Ettore Perazzoli <ettore@ximian.com>
+ * providers/pop3/Makefile.am (INCLUDES): Add
+ `$(EXTRA_GNOME_CFLAGS)'.
+
+ * providers/nntp/Makefile.am (INCLUDES): Add
+ `$(EXTRA_GNOME_CFLAGS)'.
+
+ * providers/cache/Makefile.am (INCLUDES): Add
+ `$(EXTRA_GNOME_CFLAGS)'.
+
+ * providers/local/Makefile.am (INCLUDES): Add
+ `$(EXTRA_GNOME_CFLAGS)'.
+
+2001-04-16 Ettore Perazzoli <ettore@ximian.com>
+
* providers/imap/Makefile.am (INCLUDES): Add
$(EXTRA_GNOME_CFLAGS)'.
diff --git a/camel/providers/cache/Makefile.am b/camel/providers/cache/Makefile.am
index 7f9f6a9df..542758460 100644
--- a/camel/providers/cache/Makefile.am
+++ b/camel/providers/cache/Makefile.am
@@ -15,6 +15,7 @@ INCLUDES = \
-I$(srcdir)/../../.. \
-I$(includedir) \
-I$(top_srcdir)/intl \
+ $(EXTRA_GNOME_CFLAGS) \
$(GTK_INCLUDEDIR) \
-I$(top_srcdir)/camel \
-DG_LOG_DOMAIN=\"camel-cache-provider\"
diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am
index 2e9502133..6cc82ea75 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) \
+ $(EXTRA_GNOME_CFLAGS) \
$(GTK_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"camel-local-provider\"
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 4b686735e..e8bffda15 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -14,6 +14,7 @@ INCLUDES = -I../.. \
-I$(top_srcdir)/e-util \
-I$(top_srcdir) \
-I$(includedir) \
+ $(EXTRA_GNOME_CFLAGS) \
$(GTK_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"camel-nntp-provider\"
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index 608e640cd..8d6c81190 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 \
+ $(EXTRA_GNOME_CFLAGS) \
$(KRB4_CFLAGS) \
$(GTK_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"camel-pop3-provider\"
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index 965f56afb..23375661d 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -14,7 +14,9 @@ INCLUDES = \
-I$(srcdir)/../../.. \
-I$(includedir) \
-I$(top_srcdir)/intl \
- $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
+ $(EXTRA_GNOME_CFLAGS) \
+ $(GTK_INCLUDEDIR) \
+ -I$(top_srcdir)/camel \
-DG_LOG_DOMAIN=\"camel-sendmail-provider\"
libcamelsendmail_la_SOURCES = \