summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
Diffstat (limited to 'comsat')
-rw-r--r--comsat/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 5d124c521..b17c5318c 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -19,7 +19,7 @@ sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c comsat.c comsat.h biff.rc.h
AM_CPPFLAGS = \
- @MU_APP_COMMON_INCLUDES@\
+ $(MU_APP_COMMON_INCLUDES)\
-DSYSCONFDIR=\"$(sysconfdir)\"
BUILT_SOURCES=biff.rc.h
@@ -30,8 +30,8 @@ biff.rc.h: $(top_srcdir)/comsat/biff.rc
$(top_srcdir)/comsat/biff.rc > biff.rc.h
comsatd_LDADD = \
- ${MU_APP_LIBRARIES}\
- ${MU_LIB_MAILBOX}\
- ${MU_LIB_MAILUTILS}\
- @MU_COMMON_LIBRARIES@
+ $(MU_LIB_MAILBOX)\
+ $(MU_LIB_MAILUTILS)\
+ $(MU_APP_LIBRARIES)\
+ $(MU_COMMON_LIBRARIES)

Return to:

Send suggestions and report system problems to the System administrator.