Changed target to lib_LTLIBRARY
Showing
5 changed files
with
11 additions
and
10 deletions
... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ |
19 | 19 | ||
20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ | 20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ |
21 | 21 | ||
22 | noinst_LTLIBRARIES = libimap.la | 22 | lib_LTLIBRARIES = libmu_imap.la |
23 | 23 | ||
24 | libimap_la_SOURCES = \ | 24 | libmu_imap_la_SOURCES = \ |
25 | folder.c\ | 25 | folder.c\ |
26 | mbox.c\ | 26 | mbox.c\ |
27 | url.c | 27 | url.c | ... | ... |
... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ |
19 | 19 | ||
20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ | 20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ |
21 | 21 | ||
22 | noinst_LTLIBRARIES = libmaildir.la | 22 | lib_LTLIBRARIES = libmu_maildir.la |
23 | 23 | ||
24 | libmaildir_la_SOURCES = \ | 24 | libmu_maildir_la_SOURCES = \ |
25 | mbox.c | 25 | mbox.c |
26 | 26 | ||
27 | 27 | ... | ... |
... | @@ -19,9 +19,10 @@ | ... | @@ -19,9 +19,10 @@ |
19 | 19 | ||
20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ | 20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ |
21 | 21 | ||
22 | noinst_LTLIBRARIES = libmbox.la | 22 | lib_LTLIBRARIES = libmu_mbox.la |
23 | 23 | ||
24 | libmbox_la_SOURCES = \ | 24 | libmu_mbox_la_SOURCES = \ |
25 | file.c\ | ||
25 | folder.c\ | 26 | folder.c\ |
26 | mbox.c\ | 27 | mbox.c\ |
27 | mboxscan.c\ | 28 | mboxscan.c\ | ... | ... |
... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ |
19 | 19 | ||
20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ | 20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ |
21 | 21 | ||
22 | noinst_LTLIBRARIES = libmh.la | 22 | lib_LTLIBRARIES = libmu_mh.la |
23 | 23 | ||
24 | libmh_la_SOURCES = \ | 24 | libmu_mh_la_SOURCES = \ |
25 | folder.c\ | 25 | folder.c\ |
26 | mbox.c\ | 26 | mbox.c\ |
27 | url.c | 27 | url.c | ... | ... |
... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ |
19 | 19 | ||
20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ | 20 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@ |
21 | 21 | ||
22 | noinst_LTLIBRARIES = libpop.la | 22 | lib_LTLIBRARIES = libmu_pop.la |
23 | 23 | ||
24 | libpop_la_SOURCES = \ | 24 | libmu_pop_la_SOURCES = \ |
25 | folder.c\ | 25 | folder.c\ |
26 | mbox.c\ | 26 | mbox.c\ |
27 | url.c | 27 | url.c | ... | ... |
-
Please register or sign in to post a comment