[dovecot-cvs] dovecot/src/imap Makefile.am,1.29,1.30
cras at dovecot.org
cras at dovecot.org
Fri Apr 21 16:33:03 EEST 2006
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv4466
Modified Files:
Makefile.am
Log Message:
Link mountpoint.o manually to get mountpoint_get() included into binary, so
quota plugin can use it.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.am 30 Dec 2005 22:16:35 -0000 1.29
+++ Makefile.am 21 Apr 2006 13:33:00 -0000 1.30
@@ -9,6 +9,11 @@
-I$(top_srcdir)/src/lib-imap \
-I$(top_srcdir)/src/lib-storage
+# 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
+
libs = \
../lib-storage/register/libstorage-register.a \
$(STORAGE_LIBS) \
@@ -18,7 +23,8 @@
../lib-mail/libmail.a \
../lib-dict/libdict.a \
../lib-charset/libcharset.a \
- ../lib/liblib.a
+ ../lib/liblib.a \
+ $(unused_objects)
imap_LDADD = \
$(libs) \
More information about the dovecot-cvs
mailing list