[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.12,1.13
cras at dovecot.org
cras at dovecot.org
Thu Jun 8 20:00:35 EEST 2006
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv20804
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/pop3/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 30 Dec 2005 22:16:36 -0000 1.12
+++ Makefile.am 8 Jun 2006 17:00:32 -0000 1.13
@@ -8,6 +8,11 @@
-I$(top_srcdir)/src/lib-mail \
-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) \
@@ -17,7 +22,8 @@
../lib-mail/libmail.a \
../lib-dict/libdict.a \
../lib-charset/libcharset.a \
- ../lib/liblib.a
+ ../lib/liblib.a \
+ $(unused_objects)
pop3_LDADD = \
$(libs) \
More information about the dovecot-cvs
mailing list