diff src/lib-storage/index/mbox/Makefile.am @ 1978:6303ef092c5b HEAD

mbox code compiles again, but syncing is only partially implemented so accessing mboxes fails.. Also some cleanups to index-storage and maildir code.
author Timo Sirainen <tss@iki.fi>
date Thu, 06 May 2004 04:22:25 +0300
parents 79790750c349
children fb7f862194b5
line wrap: on
line diff
--- a/src/lib-storage/index/mbox/Makefile.am	Tue May 04 21:13:10 2004 +0300
+++ b/src/lib-storage/index/mbox/Makefile.am	Thu May 06 04:22:25 2004 +0300
@@ -11,18 +11,23 @@
 
 libstorage_mbox_a_SOURCES = \
 	istream-raw-mbox.c \
-	mbox-expunge.c \
+	mbox-file.c \
 	mbox-from.c \
 	mbox-list.c \
+	mbox-lock.c \
+	mbox-mail.c \
 	mbox-save.c \
 	mbox-sync-parse.c \
 	mbox-sync-rewrite.c \
 	mbox-sync-update.c \
-	mbox-sync.c
-	mbox-storage.c
+	mbox-sync.c \
+	mbox-storage.c \
+	mbox-transaction.c
 
 noinst_HEADERS = \
 	istream-raw-mbox.h \
+	mbox-file.h \
 	mbox-from.h \
+	mbox-lock.h \
 	mbox-storage.h \
 	mbox-sync-private.h