summaryrefslogtreecommitdiff
path: root/comsat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/Makefile.am')
-rw-r--r--comsat/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 5d124c521..644eb8193 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2019 Free Software Foundation, Inc.
+## Copyright (C) 2001-2024 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -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.