summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-02-05 15:00:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-02-05 15:00:42 +0000
commit582b1b6a8087b7a31cb91a164f167cd716dcbbcd (patch)
treef26ce88a3e75b7930b8b646edc5052531dc2ab86 /comsat
parentbd9966ede4a26ac0cb7cd633cc3bdd8d32430a58 (diff)
downloadmailutils-582b1b6a8087b7a31cb91a164f167cd716dcbbcd.tar.gz
mailutils-582b1b6a8087b7a31cb91a164f167cd716dcbbcd.tar.bz2
Added @ARGP.*@ substitutions
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 d9352393f..4f40e2366 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
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @ARGPINCS@
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
-comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a
+comsatd_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a

Return to:

Send suggestions and report system problems to the System administrator.