Added folder.c and url.c
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -24,6 +24,8 @@ INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \ | ... | @@ -24,6 +24,8 @@ INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \ |
24 | lib_LTLIBRARIES = libmu_maildir.la | 24 | lib_LTLIBRARIES = libmu_maildir.la |
25 | 25 | ||
26 | libmu_maildir_la_SOURCES = \ | 26 | libmu_maildir_la_SOURCES = \ |
27 | mbox.c | 27 | folder.c \ |
28 | mbox.c \ | ||
29 | url.c | ||
28 | 30 | ||
29 | 31 | ... | ... |
-
Please register or sign in to post a comment