Use SIEVE_MODDIR.
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -13,7 +13,7 @@ noinst_PROGRAMS = \ | ... | @@ -13,7 +13,7 @@ noinst_PROGRAMS = \ |
13 | http\ | 13 | http\ |
14 | mta | 14 | mta |
15 | 15 | ||
16 | moddir=$(libdir)/$(PACKAGE) | 16 | moddir=@SIEVE_MODDIR@ |
17 | mod_LTLIBRARIES = numaddr.la | 17 | mod_LTLIBRARIES = numaddr.la |
18 | 18 | ||
19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib | 19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib |
... | @@ -21,7 +21,7 @@ AM_LDFLAGS = ../mailbox/libmailbox.la | ... | @@ -21,7 +21,7 @@ AM_LDFLAGS = ../mailbox/libmailbox.la |
21 | 21 | ||
22 | numaddr_la_SOURCES = numaddr.c | 22 | numaddr_la_SOURCES = numaddr.c |
23 | numaddr_la_LIBADD = ../libsieve/libsieve.la | 23 | numaddr_la_LIBADD = ../libsieve/libsieve.la |
24 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined | 24 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined |
25 | 25 | ||
26 | EXTRA_DIST = comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam\ | 26 | EXTRA_DIST = comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam\ |
27 | mailutils.rc reply.scm | 27 | mailutils.rc reply.scm | ... | ... |
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib | 5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib |
6 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap | 6 | YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap |
7 | AM_YFLAGS = -dtv | 7 | AM_YFLAGS = -dtv |
8 | AM_CPPFLAGS = -DSIEVE_MODDIR=\"@SIEVE_MODDIR@\" | ||
8 | 9 | ||
9 | lib_LTLIBRARIES = libsieve.la | 10 | lib_LTLIBRARIES = libsieve.la |
10 | 11 | ... | ... |
-
Please register or sign in to post a comment