* mu-date.[ch]: split off date-related funcs in separate files

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-21 00:29:12 +03:00
parent ce16a3bab8
commit d894621c7f
5 changed files with 571 additions and 0 deletions

View File

@ -86,6 +86,10 @@ TEST_PROGS += test-mu-threads
test_mu_threads_SOURCES= test-mu-threads.c dummy.cc
test_mu_threads_LDADD= libtestmucommon.la
TEST_PROGS += test-mu-date
test_mu_date_SOURCES= test-mu-date.c dummy.cc
test_mu_date_LDADD= libtestmucommon.la
# TEST_PROGS += test-mu-msg-file
# test_mu_msg_file_SOURCES= test-mu-msg-file.c dummy.cc