From 27419f1af6ef56e08340fcf61361912672b149de Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 7 Mar 2006 15:02:07 +0000 Subject: Use MU_LIB_.* variables instead of referring to the libraries by their relative paths. --- mail.remote/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail.remote') diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am index 66072a09e..30ff61e8f 100644 --- a/mail.remote/Makefile.am +++ b/mail.remote/Makefile.am @@ -28,6 +28,7 @@ mail_remote_SOURCES = mail.remote.c mail_remote_LDADD = \ ../lib/libmuaux.la\ + ${MU_LIB_AUTH}\ @MU_AUTHLIBS@\ - ../mailbox/libmailutils.la\ + ${MU_LIB_MAILUTILS}\ @MU_COMMON_LIBRARIES@ -- cgit v1.2.1