diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
commit | 329fe7df32a9114d2d293176f6303d50742b2b26 (patch) | |
tree | e3befb8651bb4e0a5f9faa2e04d814752491e5dc /camel | |
parent | 79d19f353c19137c65fe40164d90da0b16eee9ed (diff) | |
download | gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.gz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.bz2 gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.lz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.xz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.zst gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.zip |
Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 8 | ||||
-rw-r--r-- | camel/Makefile.am | 2 | ||||
-rw-r--r-- | camel/providers/imap/Makefile.am | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 638fd4611d..7ef5319d97 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-10-19 Ettore Perazzoli <ettore@helixcode.com> + + * providers/imap/Makefile.am (libcamelimapinclude_HEADERS): Add + `camel-imap-stream.h'. + + * Makefile.am (libcamelinclude_HEADERS): Add `camel-charset-map.h' + and `camel-charset-map-private.h'. + 2000-10-18 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-part.c (camel_mime_part_set_description): The correct diff --git a/camel/Makefile.am b/camel/Makefile.am index 9d5c23d6dd..bc059ee197 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -66,6 +66,8 @@ libcamel_la_SOURCES = \ libcamelinclude_HEADERS = \ broken-date-parser.h \ camel-address.h \ + camel-charset-map.h \ + camel-charset-map-private.h \ camel-data-wrapper.h \ camel-exception-list.def \ camel-exception.h \ diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am index d4e4db8327..a6f5cbf3b1 100644 --- a/camel/providers/imap/Makefile.am +++ b/camel/providers/imap/Makefile.am @@ -31,6 +31,7 @@ libcamelimapinclude_HEADERS = \ camel-imap-command.h \ camel-imap-folder.h \ camel-imap-store.h \ + camel-imap-stream.h \ camel-imap-summary.h \ camel-imap-utils.h |