diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-26 05:40:58 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-26 05:40:58 +0800 |
commit | 1ead1f0174023636e3dc62f554f8c57749a8ec82 (patch) | |
tree | 72821cf8f129393d3598575b189e7a7dc42baa44 /camel/Makefile.am | |
parent | 60f52f5eaedd302180188c671ab9298b23119930 (diff) | |
download | gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar.gz gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar.bz2 gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar.lz gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar.xz gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.tar.zst gsoc2013-evolution-1ead1f0174023636e3dc62f554f8c57749a8ec82.zip |
Removed camel-simple-data-wrapper again. Less code to maintain == better
2000-05-25 NotZed <NotZed@HelixCode.com>
* Makefile.am (libcamel_la_SOURCES): Removed
camel-simple-data-wrapper again. Less code to maintain == better
code.
* camel-data-wrapper.c (construct_from_stream): Fixes for bug
where text attachments dont work. Made data-wrapper concrete for
the second time.
svn path=/trunk/; revision=3207
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 80523b7ea4..84f1f0d8b7 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -33,7 +33,6 @@ libcamel_la_SOURCES = \ camel-seekable-substream.c \ camel-service.c \ camel-session.c \ - camel-simple-data-wrapper.c \ camel-store.c \ camel-stream.c \ camel-stream-buffer.c \ @@ -78,7 +77,6 @@ libcamelinclude_HEADERS = \ camel-seekable-substream.h \ camel-service.h \ camel-session.h \ - camel-simple-data-wrapper.h \ camel-store.h \ camel-stream.h \ camel-stream-buffer.h \ |