summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-04-14 12:33:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-04-14 12:33:24 +0000
commitff448ff8aebbbeb4c221b8eee810001b19f29868 (patch)
tree5d20a5b29b3f78730efae65d7e49a76565b02e14
parent14dc1d20c1c0e5a870f2f431e29ac4daf620a0ac (diff)
downloadmailutils-ff448ff8aebbbeb4c221b8eee810001b19f29868.tar.gz
mailutils-ff448ff8aebbbeb4c221b8eee810001b19f29868.tar.bz2
(mail_remote_LDADD): Add @AUTHLIBS@
-rw-r--r--mail.remote/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 72737c2fb..dfdb86d7f 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -23,7 +23,11 @@ SUBDIRS = testsuite
PROGRAMS_SMTP = mail.remote
EXTRA_PROGRAMS = mail.remote
libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@
mail_remote_SOURCES = mail.remote.c
-mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
+mail_remote_LDADD = \
+ ../mailbox/libmailbox.la\
+ ../lib/libmailutils.la\
+ @LTLIBINTL@\
+ @AUTHLIBS@

Return to:

Send suggestions and report system problems to the System administrator.