diff options
author | NotZed <NotZed@HelixCode.com> | 2000-03-01 08:06:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-03-01 08:06:05 +0800 |
commit | b2a4e0b529a3139863ca39278e54056556f8c508 (patch) | |
tree | 55f286acc4e054a3a00be15dd3c0c5cb02be9cd3 /camel/Makefile.am | |
parent | 2fa1ed250656c38c4ad72525dd13a030de4bf061 (diff) | |
download | gsoc2013-evolution-b2a4e0b529a3139863ca39278e54056556f8c508.tar.gz gsoc2013-evolution-b2a4e0b529a3139863ca39278e54056556f8c508.tar.zst gsoc2013-evolution-b2a4e0b529a3139863ca39278e54056556f8c508.zip |
Added camel-stream-buffer to build.
2000-02-29 NotZed <NotZed@HelixCode.com>
* Makefile.am (libcamelinclude_HEADERS): Added camel-stream-buffer
to build.
* camel-stream-buffer.[ch]: Generic buffer which can be applied to
any stream.
svn path=/trunk/; revision=1995
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 50a34a9a08..59fb9d1788 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -59,6 +59,7 @@ libcamel_la_SOURCES = \ camel-store.c \ camel-stream.c \ camel-stream-b64.c \ + camel-stream-buffer.c \ camel-stream-buffered-fs.c \ camel-stream-fs.c \ camel-stream-mem.c \ @@ -103,6 +104,7 @@ libcamelinclude_HEADERS = \ camel-store.h \ camel-stream.h \ camel-stream-b64.h \ + camel-stream-buffer.h \ camel-stream-buffered-fs.h \ camel-stream-fs.h \ camel-stream-mem.h \ |