Use SIEVE_MODDIR.
Showing
2 changed files
with
2 additions
and
1 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 | ... | ... |
... | @@ -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