diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-04 22:48:01 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-04 22:48:01 +0800 |
commit | eb1b10897020045933caaca7920f3550b75c13b5 (patch) | |
tree | a1042220c9c7a5ce616d10bea1907286c4b3577a /camel/Makefile.am | |
parent | 4cbd4fb3d17b8727eed3f4c3ed9576a9c9d750fe (diff) | |
download | gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar.gz gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar.bz2 gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar.lz gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar.xz gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.tar.zst gsoc2013-evolution-eb1b10897020045933caaca7920f3550b75c13b5.zip |
added summary files build
1999-09-04 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/Makefile.am:
added summary files build
* camel/camel-folder-summary.[ch]:
basic summary framework
svn path=/trunk/; revision=1176
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 a71e7ce20b..0615210418 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -17,6 +17,7 @@ libcamel_la_SOURCES = \ camel-data-wrapper.c \ camel-simple-data-wrapper.c \ camel-folder.c \ + camel-folder-summary.c \ camel-medium.c \ camel-mime-body-part.c \ camel-mime-message.c \ @@ -46,6 +47,7 @@ libcamelinclude_HEADERS = \ camel-data-wrapper.h \ camel-simple-data-wrapper.h \ camel-folder.h \ + camel-folder-summary.h \ camel-mime-body-part.h \ camel-medium.h \ camel-mime-message.h \ |