Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1209
Modified Files:
Makefile.am
Log Message:
Config files added.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 23 Jan 2007 18:46:27 -0000 1.3
--- Makefile.am 24 Jan 2007 19:38:31 -0000 1.4
***************
*** 10,14 ****
noinst_LTLIBRARIES = libBase.la
! sources = XML.cpp XMLReader.cpp md5.cpp
libBase_la_SOURCES = $(sources) $(source_sys)
--- 10,14 ----
noinst_LTLIBRARIES = libBase.la
! sources = XML.cpp XMLReader.cpp md5.cpp Config.cpp
libBase_la_SOURCES = $(sources) $(source_sys)
|