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

cras at dovecot.org cras at dovecot.org
Fri May 12 21:08:11 EEST 2006


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

Modified Files:
      Tag: branch_1_0
	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.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- Makefile.am	30 Dec 2005 22:16:36 -0000	1.12
+++ Makefile.am	12 May 2006 18:08:09 -0000	1.12.2.1
@@ -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