[dovecot-cvs] dovecot/src/deliver Makefile.am,1.1.2.5,1.1.2.6
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 14:06:26 UTC 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv17973
Modified Files:
Tag: branch_1_0
Makefile.am
Log Message:
Removed str-sanitize.o from unused_objects list because we do use it
nowadays.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- Makefile.am 18 Jun 2006 09:49:36 -0000 1.1.2.5
+++ Makefile.am 12 Nov 2006 14:06:23 -0000 1.1.2.6
@@ -17,8 +17,7 @@
# get some functions included which only plugins use. liblib should probably
# be a shared library so this wouldn't be needed..
unused_objects = \
- ../lib/mountpoint.o \
- ../lib/str-sanitize.o
+ ../lib/mountpoint.o
libs = \
../lib-storage/register/libstorage-register.a \
More information about the dovecot-cvs
mailing list