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 7e5f67f62..a2d95a893 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -2,10 +2,10 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
-comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@

Return to:

Send suggestions and report system problems to the System administrator.