[dovecot-cvs] dovecot/src Makefile.am,1.12,1.13

cras at dovecot.org cras at dovecot.org
Sat Dec 10 21:44:47 EET 2005


Update of /var/lib/cvs/dovecot/src
In directory talvi:/tmp/cvs-serv32061/src

Modified Files:
	Makefile.am 
Log Message:
Added beginnings of plugin infrastructure. TODO: These could be optionally
compiled into binaries with some configure options.

Added quota plugin and a new trash plugin. Not very well tested.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	10 Dec 2005 18:58:59 -0000	1.12
+++ Makefile.am	10 Dec 2005 19:44:45 -0000	1.13
@@ -25,4 +25,5 @@
 	imap \
 	$(POP3D) \
 	$(DELIVER) \
-	util
+	util \
+	plugins



More information about the dovecot-cvs mailing list