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
b0636b4f
...
b0636b4f3f4dc5001ee2aabf6f0fc82d418d953d
authored
2002-02-04 13:28:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_local_LDADD): Add @AUTHLIBS@.
1 parent
3f4870a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mail.local/Makefile.am
mail.local/Makefile.am
View file @
b0636b4
...
...
@@ -4,7 +4,8 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir
libexec_PROGRAMS
=
mail.local
mail_local_SOURCES
=
main.c mailquota.c script.c mail.local.h
mail_local_LDADD
=
@LIBMU_SCM@ ../mailbox/libmailbox.la ../lib/libmailutils.a @GUILE_LIBS@
mail_local_LDADD
=
@LIBMU_SCM@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.a @GUILE_LIBS@
install-exec-hook
:
for
i
in
$(libexec_PROGRAMS)
;
do
\
...
...
Please
register
or
sign in
to post a comment