diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-30 14:29:37 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-30 14:29:37 +0800 |
commit | 122f27a2aae0c712339b39bd3b7581624b8a03b5 (patch) | |
tree | 290cff49019ea39a0a6cc5bf2760af6068147506 /camel/Makefile.am | |
parent | d938232d3ce8c76d3296437710aedbb401fba7f2 (diff) | |
download | gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.gz gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.bz2 gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.lz gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.xz gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.tar.zst gsoc2013-evolution-122f27a2aae0c712339b39bd3b7581624b8a03b5.zip |
new func. More work on new independant recipient code.
1999-08-30 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-recipient.c (camel_recipient_get):
(camel_recipient_remove):
(camel_recipient_add):
new func. More work on new independant recipient code.
1999-08-29 bertrand <Bertrand.Guiheneuf@aful.org>
* MAINTAINERS: updated my e-mail address.
svn path=/trunk/; revision=1148
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 3fdedaac43..a71e7ce20b 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -24,6 +24,7 @@ libcamel_la_SOURCES = \ camel-mime-part-utils.c \ camel-multipart.c \ camel-provider.c \ + camel-recipient.c \ camel-service.c \ camel-session.c \ camel-store.c \ @@ -52,6 +53,7 @@ libcamelinclude_HEADERS = \ camel-mime-part-utils.h \ camel-multipart.h \ camel-provider.h \ + camel-recipient.h \ camel-service.h \ camel-session.h \ camel-store.h \ |