X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4dadf1a26a3a9b619f7d91cbc435c7d9429d64d3..d49df20cbdc05110b55e500a8f41c8808f313659:/lib/Makefile.am?ds=sidebyside diff --git a/lib/Makefile.am b/lib/Makefile.am index a7536d8..7f225bd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,6 +28,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ authhash.c authhash.h \ basen.c basen.h \ base64.c base64.h \ + bits.c bits.h \ cache.c cache.h \ client.c client.h \ client-common.c client-common.h \ @@ -112,7 +113,7 @@ test_SOURCES=test.c memgc.c test.h t-addr.c t-basen.c t-cache.c \ t-casefold.c t-cookies.c t-filepart.c t-hash.c t-heap.c \ t-hex.c t-kvp.c t-mime.c t-printf.c t-regsub.c t-selection.c \ t-signame.c t-sink.c t-split.c t-unicode.c t-url.c t-utf8.c \ - t-words.c t-wstat.c + t-words.c t-wstat.c t-bits.c test_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) test_DEPENDENCIES=libdisorder.a