Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19632
Modified Files:
Makefile.am
Log Message:
Result.* added.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 26 Jan 2007 13:01:56 -0000 1.6
--- Makefile.am 5 Feb 2007 20:02:51 -0000 1.7
***************
*** 10,14 ****
noinst_LTLIBRARIES = libBase.la
! sources = XML.cpp XMLReader.cpp md5.cpp Config.cpp
libBase_la_SOURCES = $(sources) $(source_sys)
--- 10,14 ----
noinst_LTLIBRARIES = libBase.la
! sources = XML.cpp XMLReader.cpp md5.cpp Config.cpp Result.cpp
libBase_la_SOURCES = $(sources) $(source_sys)
|