From: Erik M. <er...@us...> - 2001-09-27 21:36:39
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv4904 Modified Files: Makefile.am Log Message: Makefile modifications for the memory checker Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2001/09/23 15:01:18 1.5 +++ Makefile.am 2001/09/27 21:36:37 1.6 @@ -72,9 +72,11 @@ # conditionally compiled sources EXTRA_blob_rest_elf32_SOURCES = \ + chkmem.c \ clock.c blob_rest_elf32_DEPENDENCIES = \ + @CHKMEM@ \ @CLOCK@ blob_rest_elf32_LDFLAGS += \ @@ -82,6 +84,7 @@ blob_rest_elf32_LDADD += \ + @CHKMEM@ \ @CLOCK@ \ -lgcc |