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

cras at dovecot.org cras at dovecot.org
Sat Dec 10 20:59:01 EET 2005


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

Modified Files:
	Makefile.am 
Log Message:
Added dictionary API and implementation for SQL. It's meant for looking and
modifying key=value pairs. In future we may need to use this for many
different things, but for now it's only used by quota-dict plugin.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	23 Apr 2005 17:10:42 -0000	1.11
+++ Makefile.am	10 Dec 2005 18:58:59 -0000	1.12
@@ -8,6 +8,7 @@
 
 SUBDIRS = \
 	lib \
+	lib-dict \
 	lib-sql \
 	lib-ntlm \
 	lib-settings \



More information about the dovecot-cvs mailing list