diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-04-19 04:24:26 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-19 04:24:26 +0800 |
commit | caeedddbe6297eda63b386a8955546b41d6543bf (patch) | |
tree | ffe51d1cd4f469ef6bd707d1178a2de94bfb995c /camel/Makefile.am | |
parent | b6df9d55cb6d3b348c831f4591398a0acc8247d9 (diff) | |
download | gsoc2013-evolution-caeedddbe6297eda63b386a8955546b41d6543bf.tar.gz gsoc2013-evolution-caeedddbe6297eda63b386a8955546b41d6543bf.tar.zst gsoc2013-evolution-caeedddbe6297eda63b386a8955546b41d6543bf.zip |
started implementation typo uncommented the store related code.
1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-store.[ch]: started implementation
* camel/camel-folder.c (camel_folder_get_type): typo
uncommented the store related code.
(camel_folder_create): enable som store relted code.
Not finished. Have to define public methods first.
* camel/camel-log.h: some explanation about the
log system
svn path=/trunk/; revision=854
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 2e8d987404..4c21006c82 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -14,11 +14,13 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ libcamel_la_SOURCES = \ camel-log.c \ camel-folder.c \ + camel-store.c \ gstring-util.c libcamelinclude_HEADERS = \ camel-log.h \ camel-folder.h \ + camel-store.h \ gstring-util.h |