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
f9386077
...
f93860772f58114a3fd7e436c23ef5ed4dc4b087
authored
2005-08-31 09:27:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add lsf
1 parent
a00ae31d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
examples/Makefile.am
examples/Makefile.am
View file @
f938607
...
...
@@ -28,6 +28,7 @@ noinst_PROGRAMS = \
http
\
iconv
\
listop
\
lsf
\
mailcap
\
mimetest
\
msg-send
\
...
...
@@ -96,3 +97,13 @@ nntpclient_LDADD = \
../lib/libmuaux.la
\
@AUTHLIBS@ @READLINE_LIBS@
lsf_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
../mailbox/pop/libmu_pop.la
\
../mailbox/nntp/libmu_nntp.la
\
../mailbox/mh/libmu_mh.la
\
../mailbox/maildir/libmu_maildir.la
\
@AUTHLIBS@
\
../mailbox/libmailutils.la
...
...
Please
register
or
sign in
to post a comment