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
f8ec6544
...
f8ec6544b4847127049d7e83010e1e55a7102203
authored
2007-07-03 09:41:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_local_LDADD): Add missing libraries. Reported by Robby Villegas.
1 parent
81e981e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mail.local/Makefile.am
mail.local/Makefile.am
View file @
f8ec654
...
...
@@ -29,6 +29,11 @@ mail_local_LDADD = \
../lib/libmuaux.la
\
${
MU_LIB_SIEVE
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
${
MU_LIB_POP
}
\
${
MU_LIB_NNTP
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
...
...
Please
register
or
sign in
to post a comment