X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..1b20de5ae43e6aa4350c0b6b3d2d7a5edcd431b2:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 8715bb0..7f225bd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell +# Copyright (C) 2004-2008 Richard Kettlewell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,9 +24,11 @@ noinst_PROGRAMS=test libdisorder_a_SOURCES=charset.c charset.h \ addr.c addr.h \ + alsabg.c alsabg.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 \ @@ -101,7 +103,6 @@ definitions.h: Makefile echo "#define SBINDIR \"${sbindir}/\"" >> $@.new echo "#define BINDIR \"${bindir}/\"" >> $@.new echo "#define FINKBINDIR \"${finkbindir}/\"" >> $@.new - echo "#define DOCDIR \"${docdir}/\"" >> $@.new @if cmp $@.new $@; then \ echo rm -f $@.new; rm -f $@.new; else \ echo mv $@.new $@; mv $@.new $@; fi @@ -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