summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:31:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:31:53 +0000
commitbde28d00b0112d51b36a79da0dd4c84e4eff6569 (patch)
tree76f42886ca873c9322322fc0304e5a0fed6ec519 /sieve/Makefile.am
parent264490fe25978a6869cac05d6a2428d57eeac9d6 (diff)
downloadmailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.gz
mailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.bz2
Removed @ARGPINCS@ and @ARGPLIBS@
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index e2a53c964..6e4e9417e 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,6 +1,6 @@
#CFLAGS = -Wall -pedantic -g -DTESTING
AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
YLWRAP = $(SHELL) $(srcdir)/ylwrap
YFLAGS = -d
@@ -54,7 +54,7 @@ HDR = \
tree.h \
util.h
-sieve_LDADD = ../mailbox/libmailbox.la @ARGPLIBS@ ../lib/libmailutils.la
+sieve_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
sieve_SOURCES = \
sieve.c \
${SRC} $(HDR)

Return to:

Send suggestions and report system problems to the System administrator.