(crc-mktab): now requires str.c.
authormdw <mdw>
Sun, 8 Oct 2000 11:08:25 +0000 (11:08 +0000)
committermdw <mdw>
Sun, 8 Oct 2000 11:08:25 +0000 (11:08 +0000)
Makefile.am

index 1c21f82..8917915 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.23 2000/07/29 10:06:10 mdw Exp $
+## $Id: Makefile.am,v 1.24 2000/10/08 11:08:25 mdw Exp $
 ##
 ## Building the distribution
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.24  2000/10/08 11:08:25  mdw
+## (crc-mktab): now requires str.c.
+##
 ## Revision 1.23  2000/07/29 10:06:10  mdw
 ## Support `make -j' building.
 ##
@@ -122,7 +125,7 @@ crc32-tab.c: crc-mktab
                -p0x04c11db7 -b32 -B8 -r \
                -c -scrc32_table -icrc32.h -tuint32 -ocrc32-tab.c
 
-crc_mktab_SOURCES = crc-mktab.c mdwopt.c quis.c pquis.c report.c
+crc_mktab_SOURCES = crc-mktab.c mdwopt.c quis.c pquis.c report.c str.c
 
 ## --- Test code ---