[Compbench-devel] CompBenchmarks++ Makefile.am,1.15,1.16
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-22 18:27:55
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21942 Modified Files: Makefile.am Log Message: Build dependencies are explicit. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 22 Jan 2007 18:18:39 -0000 1.15 --- Makefile.am 22 Jan 2007 18:27:50 -0000 1.16 *************** *** 17,20 **** --- 17,21 ---- compbenchmarks_core_LDADD = libcompbenchmarks/libcompbenchmarks.la + compbenchmarks_core_DEPENDENCIES = libcompbenchmarks/libcompbenchmarks.la noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! |