diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-06-25 01:56:14 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-06-25 01:56:14 +0800 |
commit | 0038b76777e2036bd3eb58e6860f153df9b17dce (patch) | |
tree | ea05b260d74e6a740933c850eb84f87ec17ef8d7 /camel/Makefile.am | |
parent | 179e04c582ab764dab34f0451e5317a1ed237565 (diff) | |
download | gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.gz gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.tar.zst gsoc2013-evolution-0038b76777e2036bd3eb58e6860f153df9b17dce.zip |
new class. Simple implementation of a data wrapper: simply keeps the
1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-simple-data-wrapper.[ch]:
new class. Simple implementation of a data wrapper:
simply keeps the stream result in a byte array.
* camel/camel-mime-part.c (_parse_header_pair): added a warning.
Have to think about the correct way to store content type stuff.
svn path=/trunk/; revision=995
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 9a88729c2e..1d35a897a6 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -14,6 +14,7 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ libcamel_la_SOURCES = \ camel-log.c \ camel-data-wrapper.c \ + camel-simple-data-wrapper.c \ camel-folder.c \ camel-mime-message.c \ camel-mime-part.c \ @@ -31,6 +32,7 @@ libcamel_la_SOURCES = \ libcamelinclude_HEADERS = \ camel-log.h \ camel-data-wrapper.h \ + camel-simple-data-wrapper.h \ camel-folder.h \ camel-mime-message.h \ camel-mime-part.h \ |