summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-01-03 12:20:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-01-03 12:20:00 +0000
commit89fbb3441c5c1c430155bb7e6b18d16f3c9e44e4 (patch)
tree675202d7e27bbd078d6ec896f2bb9b7b26c23dcf /examples
parent77ff4a4c0e18de2ca038e1df486ab982af7efaa6 (diff)
downloadmailutils-89fbb3441c5c1c430155bb7e6b18d16f3c9e44e4.tar.gz
mailutils-89fbb3441c5c1c430155bb7e6b18d16f3c9e44e4.tar.bz2
Reverted to mod_LTLIBRARY for numaddr.la
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 838ad9743..1b07d4537 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -33,7 +33,12 @@ noinst_PROGRAMS = \
mailcap\
pop3client
-noinst_LTLIBRARIES = numaddr.la
+## NOTE: Numaddr must be an installable target, otherwise libtool
+## will not create a shared library and `make check' will fail in
+## sieve. Pity.
+## -Sergey
+moddir=@SIEVE_MODDIR@
+mod_LTLIBRARIES = numaddr.la
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
-I$(top_builddir)/include/mailutils/gnu\

Return to:

Send suggestions and report system problems to the System administrator.