summaryrefslogtreecommitdiff
path: root/comsat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-07 15:02:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-07 15:02:07 +0000
commit27419f1af6ef56e08340fcf61361912672b149de (patch)
tree930049cadc0c50e9f7dd3d5fa53c6d868d419153 /comsat/Makefile.am
parent841783ac72068a4b1f8762227afa72cc46ce845c (diff)
downloadmailutils-27419f1af6ef56e08340fcf61361912672b149de.tar.gz
mailutils-27419f1af6ef56e08340fcf61361912672b149de.tar.bz2
Use MU_LIB_.* variables instead of referring to the libraries by their relative paths.
Diffstat (limited to 'comsat/Makefile.am')
-rw-r--r--comsat/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 3161c2375..3eb145815 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -25,8 +25,8 @@ comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
comsatd_LDADD = \
../lib/libmuaux.la\
- ../mailbox/mbox/libmu_mbox.la\
- ../mailbox/libmailutils.la\
+ ${MU_LIB_MBOX}\
+ ${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@
CFLOW_FLAGS=-i^s --brief -v

Return to:

Send suggestions and report system problems to the System administrator.