X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/baee3e3a3c5850d0e0b571ecb04e7f7106fe1a1a..f03c5a86c8c9b1f03d8ced522597c9a9844002b4:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 2058de2..16cdcea 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,10 +19,10 @@ # TESTS=t-addr t-arcfour t-basen t-bits t-cache t-casefold t-charset \ - t-cookies t-filepart t-hash t-heap t-hex t-kvp t-mime t-printf \ - t-regsub t-selection t-signame t-sink t-split t-syscalls \ - t-trackname t-unicode t-url t-utf8 t-vector t-words t-wstat \ - t-macros t-cgi + t-cookies t-dateparse t-event t-filepart t-hash t-heap t-hex \ + t-kvp t-mime t-printf t-regsub t-selection t-signame t-sink \ + t-split t-syscalls t-trackname t-unicode t-url t-utf8 t-vector \ + t-words t-wstat t-macros t-cgi noinst_LIBRARIES=libdisorder.a include_HEADERS=disorder.h @@ -48,6 +48,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ client-common.c client-common.h \ configuration.c configuration.h \ cookies.c cookies.h \ + dateparse.c dateparse.h xgetdate.c \ defs.c defs.h \ eclient.c eclient.h \ event.c event.h \ @@ -161,6 +162,14 @@ t_cookies_SOURCES=t-cookies.c test.c test.h t_cookies_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) t_cookies_DEPENDENCIES=libdisorder.a +t_dateparse_SOURCES=t-dateparse.c test.c test.h +t_dateparse_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) +t_dateparse_DEPENDENCIES=libdisorder.a + +t_event_SOURCES=t-event.c test.c test.h +t_event_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) +t_event_DEPENDENCIES=libdisorder.a + t_filepart_SOURCES=t-filepart.c test.c test.h t_filepart_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) t_filepart_DEPENDENCIES=libdisorder.a