[Compbench-devel] CompBenchmarks++/Compiler/Compiler-TCC Makefile.am, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-27 17:22:50
|
Update of /cvsroot/compbench/CompBenchmarks++/Compiler/Compiler-TCC In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1403 Modified Files: Makefile.am Log Message: Header files' root is now $(includedir) Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Compiler/Compiler-TCC/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 1 Nov 2006 11:19:30 -0000 1.1 --- Makefile.am 27 Nov 2006 17:22:40 -0000 1.2 *************** *** 6,10 **** libCompilerinclude_HEADERS = $(sources:.cpp=.h) ! libCompilerincludedir = $(includedir)/Compiler/Compiler-TCC INCLUDES = -I $(top_srcdir) \ No newline at end of file --- 6,10 ---- libCompilerinclude_HEADERS = $(sources:.cpp=.h) ! libCompilerincludedir = $(includedir)/compbenchmarks/Compiler/Compiler-TCC INCLUDES = -I $(top_srcdir) \ No newline at end of file |