From b3cdb41a122e797572b834fac6d5e11ddd579d5e Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 30 May 1999 20:02:42 +0000 Subject: new class. Represents an abstract stream object. 1999-05-30 bertrand * camel/camel-stream.h: new class. Represents an abstract stream object. svn path=/trunk/; revision=960 --- camel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/Makefile.am') 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 \ -- cgit