Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9306
Modified Files:
Makefile.am
Log Message:
XML based message reporting (new files added).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/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:23 -0000 1.2
--- Makefile.am 6 Jun 2007 15:55:41 -0000 1.3
***************
*** 10,14 ****
noinst_LTLIBRARIES = libUI.la
! sources = UI.cpp
libUI_la_SOURCES = $(sources)
--- 10,14 ----
noinst_LTLIBRARIES = libUI.la
! sources = UI-Msg.cpp UI.cpp UI-Console.cpp
libUI_la_SOURCES = $(sources)
|