[dovecot-cvs] dovecot-sieve/src Makefile.am,1.1.1.1,1.2

cras at dovecot.org cras at dovecot.org
Sat Jun 17 20:22:06 EEST 2006


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

Modified Files:
	Makefile.am 
Log Message:
Build libsieve as a shared library so it can be portably linked with the
plugin.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am	11 Jun 2006 11:03:53 -0000	1.1.1.1
+++ Makefile.am	17 Jun 2006 17:22:04 -0000	1.2
@@ -16,7 +16,7 @@
 	lib90_cmusieve_plugin.la
 
 lib90_cmusieve_plugin_la_LIBADD = \
-	libsieve/libsieve.a
+	libsieve/libsieve.la
 
 lib90_cmusieve_plugin_la_SOURCES = \
 	cmusieve-plugin.c \



More information about the dovecot-cvs mailing list