summaryrefslogtreecommitdiff
path: root/readmsg
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 /readmsg
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 'readmsg')
-rw-r--r--readmsg/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/readmsg/Makefile.am b/readmsg/Makefile.am
index 464c003c9..cc74169d9 100644
--- a/readmsg/Makefile.am
+++ b/readmsg/Makefile.am
@@ -26,12 +26,13 @@ readmsg_SOURCES = readmsg.c msglist.c readmsg.h
readmsg_LDADD =\
../lib/libmuaux.la\
- ../mailbox/mbox/libmu_mbox.la\
- ../mailbox/imap/libmu_imap.la\
- ../mailbox/pop/libmu_pop.la\
- ../mailbox/nntp/libmu_nntp.la\
- ../mailbox/mh/libmu_mh.la\
- ../mailbox/maildir/libmu_maildir.la\
+ ${MU_LIB_MBOX}\
+ ${MU_LIB_IMAP}\
+ ${MU_LIB_POP}\
+ ${MU_LIB_NNTP}\
+ ${MU_LIB_MH}\
+ ${MU_LIB_MAILDIR}\
+ ${MU_LIB_AUTH}\
@MU_AUTHLIBS@\
- ../mailbox/libmailutils.la\
+ ${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@

Return to:

Send suggestions and report system problems to the System administrator.