X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e..1ecb4530757072f552439ee4798929b3a4a6b89d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a0779cc..4437953 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,7 @@ unihash.test: unihash.t unihash.in ./unihash.t -f $(srcdir)/unihash.in TEST_CLEAN = \ - *.t *.to \ + *.t *.to assoc.out \ da.in da.ref da.out \ sym.in sym.ref sym.out \ base64.out base32.out hex.out unihash.in @@ -232,7 +232,7 @@ install-man: uninstall-man: (cd man && $(MAKE) uninstall-man) -CLEANFILES = $(TEST_CLEAN) crc32-tab.c +CLEANFILES = $(TEST_CLEAN) crc32-tab.c unihash-global.c DISTCLEANFILES = libtool EXTRA_DIST = \ $(TEST_DIST) maninst \