Update of /cvsroot/compbench/CompBenchmarks++/Compiler/Compiler-GCC
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1378
Modified Files:
Makefile.am
Log Message:
Header files' root is now $(includedir)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Compiler/Compiler-GCC/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 1 Nov 2006 11:18:54 -0000 1.1
--- Makefile.am 27 Nov 2006 17:22:22 -0000 1.2
***************
*** 6,10 ****
libCompilerinclude_HEADERS = $(sources:.cpp=.h)
! libCompilerincludedir = $(includedir)/Compiler/Compiler-GCC
INCLUDES = -I $(top_srcdir)
\ No newline at end of file
--- 6,10 ----
libCompilerinclude_HEADERS = $(sources:.cpp=.h)
! libCompilerincludedir = $(includedir)/compbenchmarks/Compiler/Compiler-GCC
INCLUDES = -I $(top_srcdir)
\ No newline at end of file
|