summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
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.