[Compbench-devel] CompBenchmarks++/System Makefile.am,1.8,1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-07 22:03:46
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25009 Modified Files: Makefile.am Log Message: CXXFLAGS replaced by AM_CXXFLAGS Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 27 Nov 2006 17:20:06 -0000 1.8 --- Makefile.am 7 Dec 2006 22:03:43 -0000 1.9 *************** *** 23,27 **** libSystemincludedir = $(includedir)/compbenchmarks/System ! CXXFLAGS += -DERRNO_DONE=1 -DDATAROOTDIR=\"@datarootdir@\" INCLUDES = -I $(top_srcdir) # -I /usr/include/w3c-libwww # !!! --- 23,27 ---- libSystemincludedir = $(includedir)/compbenchmarks/System ! AM_CXXFLAGS = -DERRNO_DONE=1 -DDATAROOTDIR=\"@datarootdir@\" INCLUDES = -I $(top_srcdir) # -I /usr/include/w3c-libwww # !!! |