Add lsf
Showing
1 changed file
with
11 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment