[dovecot-cvs] dovecot/src/plugins/trash Makefile.am,1.5,1.6

tss at dovecot.org tss at dovecot.org
Thu Mar 29 14:51:22 EEST 2007


Update of /var/lib/cvs/dovecot/src/plugins/trash
In directory talvi:/tmp/cvs-serv16171/plugins/trash

Modified Files:
	Makefile.am 
Log Message:
Better type safety to module_contexts arrays. Already fixed some bugs.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/trash/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	15 Dec 2006 23:46:30 -0000	1.5
+++ Makefile.am	29 Mar 2007 11:51:19 -0000	1.6
@@ -1,6 +1,7 @@
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-mail \
+	-I$(top_srcdir)/src/lib-index \
 	-I$(top_srcdir)/src/lib-storage \
 	-I$(top_srcdir)/src/plugins/quota
 



More information about the dovecot-cvs mailing list