diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-05-12 05:20:28 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-12 05:20:28 +0800 |
commit | bdc34487d7041757b5644103fcd2aad389d399c4 (patch) | |
tree | 949efa8a4d8bfaea4fe7ba7833c1cb5f3133a8ef /camel/Makefile.am | |
parent | fac699cd43f7f0939b473464d431e11213a150e5 (diff) | |
download | gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.gz gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.bz2 gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.lz gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.xz gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.tar.zst gsoc2013-evolution-bdc34487d7041757b5644103fcd2aad389d399c4.zip |
overload wrapper class method. (_write_to_file): start to write some text
1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/camel-mime-part.c (_write_to_file):
overload wrapper class method.
(_write_to_file): start to write some text in
file.
svn path=/trunk/; revision=904
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 a67ccbd766..bf82c40452 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -16,6 +16,7 @@ libcamel_la_SOURCES = \ camel-data-wrapper.c \ camel-folder.c \ camel-mime-part.c \ + camel-mime-utils.c \ camel-provider.c \ camel-service.c \ camel-session.c \ @@ -28,6 +29,7 @@ libcamelinclude_HEADERS = \ camel-data-wrapper.h \ camel-folder.h \ camel-mime-part.h \ + camel-mime-utils.c \ camel-provider.h \ camel-service.h \ camel-session.h \ |