summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 14:57:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 14:57:53 +0000
commit4e4dcfcee72b611eec19df797da3bd959faaedf5 (patch)
tree004fd6f41174b771faf198932f1cd32bbb3eb2f1 /examples/Makefile.am
parentb6e9694e3bb1e2d9fa149131938e265ef66577c3 (diff)
downloadmailutils-4e4dcfcee72b611eec19df797da3bd959faaedf5.tar.gz
mailutils-4e4dcfcee72b611eec19df797da3bd959faaedf5.tar.bz2
Use SIEVE_MODDIR.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 23042b6d3..de1d90d5b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -13,7 +13,7 @@ noinst_PROGRAMS = \
http\
mta
-moddir=$(libdir)/$(PACKAGE)
+moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
@@ -21,7 +21,7 @@ AM_LDFLAGS = ../mailbox/libmailbox.la
numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD = ../libsieve/libsieve.la
-numaddr_la_LDFLAGS = -module -avoid-version -no-undefined
+numaddr_la_LDFLAGS = -module -avoid-version -no-undefined
EXTRA_DIST = comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam\
mailutils.rc reply.scm

Return to:

Send suggestions and report system problems to the System administrator.