Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12176
Modified Files:
Makefile.am
Log Message:
System-Thread-CompilerAutodetect files added.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 16 May 2007 09:47:24 -0000 1.3
--- Makefile.am 27 Sep 2007 17:21:14 -0000 1.4
***************
*** 22,26 ****
endif
! sources = System.cpp System-Unix.cpp System-Thread-Download.cpp
libSystem_la_SOURCES = $(sources) $(source_sys)
--- 22,26 ----
endif
! sources = System.cpp System-Unix.cpp System-Thread-Download.cpp System-Thread-CompilerAutodetect.cpp
libSystem_la_SOURCES = $(sources) $(source_sys)
|