aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-11 04:19:45 +0800
committerDan Winship <danw@src.gnome.org>2001-01-11 04:19:45 +0800
commite1ffe7ed975b20ef6896b3cd41b72199a8aac214 (patch)
tree87dc069dc9e4e6713d241979b86a9aaa180eb5a6 /camel/providers/imap/Makefile.am
parenta1ca83afd9f3fa742d9f2c07b990b576d3867668 (diff)
downloadgsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar.gz
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar.bz2
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar.lz
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar.xz
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.tar.zst
gsoc2013-evolution-e1ffe7ed975b20ef6896b3cd41b72199a8aac214.zip
New header to prevent recursive #include problems
* providers/imap/camel-imap-types.h: New header to prevent recursive #include problems * providers/imap/*.h: Replace some #includes with #include "camel-imap-types.h", remove typedefs that were moved to camel-imap-types.h * providers/imap/*.c: Add #includes to make up for #includes removed from .h files * providers/imap/Makefile.am (libcamelimapinclude_HEADERS): Add camel-imap-types.h svn path=/trunk/; revision=7367
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 77cf3059e2..aa34eac652 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -37,6 +37,7 @@ libcamelimapinclude_HEADERS = \
camel-imap-search.h \
camel-imap-store.h \
camel-imap-summary.h \
+ camel-imap-types.h \
camel-imap-utils.h
libcamelimap_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0