Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ff448ff8
...
ff448ff8aebbbeb4c221b8eee810001b19f29868
authored
2004-04-14 12:33:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_remote_LDADD): Add @AUTHLIBS@
1 parent
14dc1d20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
mail.remote/Makefile.am
mail.remote/Makefile.am
View file @
ff448ff
...
...
@@ -26,4 +26,8 @@ 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@
...
...
Please
register
or
sign in
to post a comment