[Compbench-devel] CompBenchmarks++/System Makefile.am,1.7,1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-27 17:20:15
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv538 Modified Files: Makefile.am Log Message: Header files' root is now $(includedir) Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 21 Nov 2006 19:32:12 -0000 1.7 --- Makefile.am 27 Nov 2006 17:20:06 -0000 1.8 *************** *** 21,25 **** libSysteminclude_HEADERS= $(sources:.cpp=.h) $(EXTRA_DIST:.cpp=.h) ! libSystemincludedir = $(includedir)/System CXXFLAGS += -DERRNO_DONE=1 -DDATAROOTDIR=\"@datarootdir@\" --- 21,25 ---- libSysteminclude_HEADERS= $(sources:.cpp=.h) $(EXTRA_DIST:.cpp=.h) ! libSystemincludedir = $(includedir)/compbenchmarks/System CXXFLAGS += -DERRNO_DONE=1 -DDATAROOTDIR=\"@datarootdir@\" |