From: Erik M. <er...@us...> - 2002-05-25 17:10:01
|
Update of /cvsroot/blob/blob/utils In directory usw-pr-cvs1:/tmp/cvs-serv22349/utils Modified Files: Makefile.am Log Message: Solve the problems with utils/mkparamblock/ and utils/test/ in such a way that we still can take advantage of autoconf+automake. Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/utils/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 27 Apr 2002 00:55:04 -0000 1.6 +++ Makefile.am 25 May 2002 17:09:57 -0000 1.7 @@ -5,9 +5,12 @@ SUBDIRS = \ build \ - mkparamblock + mkparamblock \ + test + CLEANFILES = *~ + EXTRA_DIST = \ README \ |