[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System Makefile.am, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-27 17:21:18
|
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) |