chiark / gitweb /
Clean some more files.
[mLib] / Makefile.am
index 8917915cfb72ef19fe446531f9ddd55ab6ea8902..fdd39550365c4123fba3c52d94d0391c2019ca8b 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.24 2000/10/08 11:08:25 mdw Exp $
+## $Id: Makefile.am,v 1.25 2000/10/08 11:20:57 mdw Exp $
 ##
 ## Building the distribution
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.25  2000/10/08 11:20:57  mdw
+## Clean some more files.
+##
 ## Revision 1.24  2000/10/08 11:08:25  mdw
 ## (crc-mktab): now requires str.c.
 ##
@@ -189,7 +192,8 @@ bres.lo: $(srcdir)/bres.c
 install-man:
        (cd man && make install-man)
 
-CLEANFILES = $(TEST_CLEAN)
+CLEANFILES = $(TEST_CLEAN) crc32-tab.c
+DISTCLEANFILES = libtool
 EXTRA_DIST = $(TEST_DIST)
 
 ##----- That's all, folks ---------------------------------------------------