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

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


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

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/libsieve/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:54 -0000	1.1.1.1
+++ Makefile.am	17 Jun 2006 17:22:05 -0000	1.2
@@ -2,7 +2,7 @@
 
 pkglibexec_PROGRAMS = sievec
 
-noinst_LIBRARIES = libsieve.a
+noinst_LTLIBRARIES = libsieve.la
 
 AM_YFLAGS = -d -p $*
 
@@ -23,10 +23,10 @@
 	../imparse.c
 
 sievec_LDADD = \
-	libsieve.a \
+	libsieve.la \
 	$(dovecotdir)/src/lib/liblib.a
 
-libsieve_a_SOURCES = \
+libsieve_la_SOURCES = \
 	addr.y \
 	sieve.y \
 	addr-lex.l \



More information about the dovecot-cvs mailing list