[dovecot-cvs] dovecot/src/lib-index Makefile.am,1.10,1.11

cras at procontrol.fi cras at procontrol.fi
Mon Apr 28 00:02:09 EEST 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv14842/src/lib-index

Modified Files:
	Makefile.am 
Log Message:
--with-storage=maildir,mbox can now be used to compile in only the wanted
storage formats.



Index: Makefile.am
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	23 Feb 2003 21:06:57 -0000	1.10
+++ Makefile.am	27 Apr 2003 20:02:07 -0000	1.11
@@ -1,13 +1,13 @@
 SUBDIRS = maildir mbox
 
-noinst_LIBRARIES = libstorage_index.a
+noinst_LIBRARIES = libindex.a
 
 INCLUDES = \
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-mail \
 	-I$(top_srcdir)/src/lib-imap
 
-libstorage_index_a_SOURCES = \
+libindex_a_SOURCES = \
 	mail-custom-flags.c \
         mail-index.c \
         mail-index-compress.c \




More information about the dovecot-cvs mailing list