aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-04 22:48:01 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-04 22:48:01 +0800
commiteb1b10897020045933caaca7920f3550b75c13b5 (patch)
treea1042220c9c7a5ce616d10bea1907286c4b3577a /camel/Makefile.am
parent4cbd4fb3d17b8727eed3f4c3ed9576a9c9d750fe (diff)
downloadgsoc2013-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.am2
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 \