Update of /cvsroot/simspark/simspark/spark/test
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32552
Modified Files:
Tag: WIN32
Makefile.am
Log Message:
fixed typo
Index: Makefile.am
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/test/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** Makefile.am 19 Dec 2005 20:42:23 -0000 1.1
--- Makefile.am 28 Feb 2007 08:06:05 -0000 1.1.2.1
***************
*** 1,4 ****
SUBDIRS = \
! corestest
--- 1,4 ----
SUBDIRS = \
! coretest
|