summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-08 04:38:40 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-08 04:38:40 +0000
commite77e0ee947e343b78b8506a0951261104deb6d9a (patch)
treef8e922773987cbb2eda3e3bd5fc2c8dee8b58880 /Makefile.am
parent4376cfe52efc567fd6a4b0e608026971a4b8b753 (diff)
downloadgmime-e77e0ee947e343b78b8506a0951261104deb6d9a.tar.gz
Added gmime-stream-cat.c to the build.
2002-05-08 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Added gmime-stream-cat.c to the build. * gmime-stream-cat.c: New stream that acts similar to the Unix `cat` command by concatenating multiple streams. 2002-05-07 Jeffrey Stedfast <fejj@ximian.com> * gmime-stream-fs.c (stream_write): Do more error handling and also try to write out everything.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index efdf3ec0..971c4960 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ libgmime_la_SOURCES = \
gmime-part.c \
gmime-stream.c \
gmime-stream-buffer.c \
+ gmime-stream-cat.c \
gmime-stream-file.c \
gmime-stream-filter.c \
gmime-stream-fs.c \
@@ -76,6 +77,7 @@ gmimeinclude_HEADERS = \
gmime-part.h \
gmime-stream.h \
gmime-stream-buffer.h \
+ gmime-stream-cat.h \
gmime-stream-file.h \
gmime-stream-filter.h \
gmime-stream-fs.h \