Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30138
Modified Files:
Makefile.am
Log Message:
Added System-Thread-Download.*
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 22 Jan 2007 18:25:02 -0000 1.2
--- Makefile.am 16 May 2007 09:47:24 -0000 1.3
***************
*** 22,26 ****
endif
! sources = System.cpp System-Unix.cpp
libSystem_la_SOURCES = $(sources) $(source_sys)
--- 22,26 ----
endif
! sources = System.cpp System-Unix.cpp System-Thread-Download.cpp
libSystem_la_SOURCES = $(sources) $(source_sys)
|