aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-05-31 04:02:42 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-31 04:02:42 +0800
commitb3cdb41a122e797572b834fac6d5e11ddd579d5e (patch)
tree812923c019457ce8a7ea32e0e8504b51cb14cf05 /camel/Makefile.am
parentd32ba2a70aebd94d176f73a64bc83ed59038e835 (diff)
downloadgsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.gz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.bz2
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.lz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.xz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.zst
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.zip
new class. Represents an abstract stream object.
1999-05-30 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-stream.h: new class. Represents an abstract stream object. svn path=/trunk/; revision=960
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 5dec70bfca..0713f735a2 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -21,6 +21,7 @@ libcamel_la_SOURCES = \
camel-service.c \
camel-session.c \
camel-store.c \
+ camel-stream.c \
gmime-content-field.c \
gmime-utils.c \
gstring-util.c \
@@ -36,6 +37,7 @@ libcamelinclude_HEADERS = \
camel-service.h \
camel-session.h \
camel-store.h \
+ camel-stream.h \
gmime-content-field.h \
gmime-utils.h \
gstring-util.h \