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
1298e54e
...
1298e54e2219b9423d9c98e6e4b8bf3860dfa483
authored
2005-03-12 19:21:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_LDADD): Changed order of loading libmailutils/libmailbox
1 parent
fa8e38e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/Makefile.am
mail/Makefile.am
View file @
1298e54
...
...
@@ -24,6 +24,7 @@ AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
bin_PROGRAMS
=
mail
mail_LDADD
=
\
../lib/libmailutils.la
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
../mailbox/pop/libmu_pop.la
\
...
...
@@ -31,7 +32,6 @@ mail_LDADD = \
../mailbox/mh/libmu_mh.la
\
../mailbox/maildir/libmu_maildir.la
\
../mailbox/libmailbox.la
\
../lib/libmailutils.la
\
@AUTHLIBS@ @READLINE_LIBS@ @MU_COMMON_LIBRARIES@
EXTRA_DIST
=
msgset.c
...
...
Please
register
or
sign in
to post a comment