aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/Makefile.am3
2 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ed7a859dfe..f9190591b1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-10 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and
+ camel-thread-proxy.h.
+
2000-05-09 Dan Winship <danw@helixcode.com>
* providers/sendmail/camel-sendmail-transport.c (_send_internal):
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 3b9eee05de..4910ecc1e2 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -105,6 +105,7 @@ libcamelinclude_HEADERS = \
camel-stream-fs.h \
camel-stream-mem.h \
camel-transport.h \
+ camel-types.h \
camel-url.h \
gmime-content-field.h \
gstring-util.h \
@@ -122,7 +123,9 @@ libcamelinclude_HEADERS = \
camel-mime-filter-from.h \
camel-stream-filter.h \
camel-address.h \
+ camel-folder-pt-proxy.h \
camel-internet-address.h \
+ camel-thread-proxy.h \
$(pthread_HDR)
libcamel_extra_sources = \