summaryrefslogtreecommitdiff
path: root/comsat
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 /comsat
parent264490fe25978a6869cac05d6a2428d57eeac9d6 (diff)
downloadmailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.gz
mailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.bz2
Removed @ARGPINCS@ and @ARGPLIBS@
Diffstat (limited to 'comsat')
-rw-r--r--comsat/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 0fe57abb2..4d549a493 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,8 +1,8 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @ARGPINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
-comsatd_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
+comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.