aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/Makefile.am
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-11-15 13:44:25 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-15 13:44:25 +0800
commit80bec4b3e5de8044697f4acddd05947cbf68d8c4 (patch)
tree737617e243ff10e5cecd912da81c38377c9fe37e /camel/providers/local/Makefile.am
parent1593182b1ca1a76dbf65b5ba1700f1f0d56e097d (diff)
downloadgsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar.gz
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar.bz2
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar.lz
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar.xz
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.tar.zst
gsoc2013-evolution-80bec4b3e5de8044697f4acddd05947cbf68d8c4.zip
Maildir lives.
svn path=/trunk/; revision=6576
Diffstat (limited to 'camel/providers/local/Makefile.am')
-rw-r--r--camel/providers/local/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am
index 01a3072cb9..1f250b04cd 100644
--- a/camel/providers/local/Makefile.am
+++ b/camel/providers/local/Makefile.am
@@ -28,7 +28,10 @@ libcamellocal_la_SOURCES = \
camel-mh-summary.c \
camel-mbox-folder.c \
camel-mbox-store.c \
- camel-mbox-summary.c
+ camel-mbox-summary.c \
+ camel-maildir-folder.c \
+ camel-maildir-store.c \
+ camel-maildir-summary.c
libcamellocalinclude_HEADERS = \
camel-local-folder.h \
@@ -39,7 +42,10 @@ libcamellocalinclude_HEADERS = \
camel-mh-summary.h \
camel-mbox-folder.h \
camel-mbox-store.h \
- camel-mbox-summary.h
+ camel-mbox-summary.h \
+ camel-maildir-folder.h \
+ camel-maildir-store.h \
+ camel-maildir-summary.h
libcamellocal_la_LDFLAGS = -version-info 0:0:0