summaryrefslogtreecommitdiff
path: root/libmu_sieve/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_sieve/Makefile.am')
-rw-r--r--libmu_sieve/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmu_sieve/Makefile.am b/libmu_sieve/Makefile.am
index fada78b75..29694f934 100644
--- a/libmu_sieve/Makefile.am
+++ b/libmu_sieve/Makefile.am
@@ -14,12 +14,12 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-YLWRAP = @MU_YLWRAP@
+YLWRAP = $(MU_YLWRAP)
AM_YFLAGS = -dtv
#AM_LEXFLAGS=-dvp
AM_CPPFLAGS =\
- @MU_LIB_COMMON_INCLUDES@\
- -DMU_SIEVE_MODDIR=\"@MU_SIEVE_MODDIR@\"
+ $(MU_LIB_COMMON_INCLUDES)\
+ -DMU_SIEVE_MODDIR=\"$(MU_SIEVE_MODDIR)\"
SUBDIRS = . extensions
@@ -45,7 +45,7 @@ libmu_sieve_la_SOURCES = \
tests.c\
util.c\
variables.c
-libmu_sieve_la_LIBADD = ${MU_LIB_MAILUTILS} @LTDL_LIB@
+libmu_sieve_la_LIBADD = $(MU_LIB_MAILUTILS) @LTDL_LIB@
libmu_sieve_la_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
noinst_HEADERS = sieve-priv.h sieve-gram.h

Return to:

Send suggestions and report system problems to the System administrator.