Commit 89fbb344 89fbb3441c5c1c430155bb7e6b18d16f3c9e44e4 by Sergey Poznyakoff

Reverted to mod_LTLIBRARY for numaddr.la

1 parent 77ff4a4c
...@@ -33,7 +33,12 @@ noinst_PROGRAMS = \ ...@@ -33,7 +33,12 @@ noinst_PROGRAMS = \
33 mailcap\ 33 mailcap\
34 pop3client 34 pop3client
35 35
36 noinst_LTLIBRARIES = numaddr.la 36 ## NOTE: Numaddr must be an installable target, otherwise libtool
37 ## will not create a shared library and `make check' will fail in
38 ## sieve. Pity.
39 ## -Sergey
40 moddir=@SIEVE_MODDIR@
41 mod_LTLIBRARIES = numaddr.la
37 42
38 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\ 43 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
39 -I$(top_builddir)/include/mailutils/gnu\ 44 -I$(top_builddir)/include/mailutils/gnu\
......