X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/335577d078d06986510eaa87019aa36acd2a04fd..4aee0550325e9d8d20666454bc638755b3604f24:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 1c21f82..8917915 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ---