Commit f9386077 f93860772f58114a3fd7e436c23ef5ed4dc4b087 by Sergey Poznyakoff

Add lsf

1 parent a00ae31d
...@@ -28,6 +28,7 @@ noinst_PROGRAMS = \ ...@@ -28,6 +28,7 @@ noinst_PROGRAMS = \
28 http\ 28 http\
29 iconv\ 29 iconv\
30 listop\ 30 listop\
31 lsf\
31 mailcap\ 32 mailcap\
32 mimetest\ 33 mimetest\
33 msg-send\ 34 msg-send\
...@@ -96,3 +97,13 @@ nntpclient_LDADD = \ ...@@ -96,3 +97,13 @@ nntpclient_LDADD = \
96 ../lib/libmuaux.la\ 97 ../lib/libmuaux.la\
97 @AUTHLIBS@ @READLINE_LIBS@ 98 @AUTHLIBS@ @READLINE_LIBS@
98 99
100 lsf_LDADD = \
101 ../mailbox/mbox/libmu_mbox.la\
102 ../mailbox/imap/libmu_imap.la\
103 ../mailbox/pop/libmu_pop.la\
104 ../mailbox/nntp/libmu_nntp.la\
105 ../mailbox/mh/libmu_mh.la\
106 ../mailbox/maildir/libmu_maildir.la\
107 @AUTHLIBS@ \
108 ../mailbox/libmailutils.la
109
......