[Compbench-devel] CompBenchmarks++/libcompbenchmarks Makefile.am, 1.4, 1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-14 20:39:34
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20324 Modified Files: Makefile.am Log Message: CEL/ added. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 25 Jan 2007 20:37:13 -0000 1.4 --- Makefile.am 14 Mar 2007 20:39:19 -0000 1.5 *************** *** 8,12 **** # ----------------------------------------------------------------------------- ! SUBDIRS = Base share System Compiler Benchmark Plan UI lib_LTLIBRARIES = libcompbenchmarks.la --- 8,13 ---- # ----------------------------------------------------------------------------- ! SUBDIRS = Base CEL share System Compiler \ ! Benchmark Plan UI lib_LTLIBRARIES = libcompbenchmarks.la *************** *** 15,18 **** --- 16,20 ---- libcompbenchmarks_la_LIBADD = Base/libBase.la \ + CEL/libCEL.la \ System/libSystem.la \ Compiler/libCompiler.la \ |