Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1817
Modified Files:
Makefile.am
Log Message:
Header files' root is now $(includedir)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.am 1 Nov 2006 14:22:26 -0000 1.11
--- Makefile.am 27 Nov 2006 17:23:17 -0000 1.12
***************
*** 16,20 ****
libcompbenchmarks_la_DEPENDENCIES = $(libcompbenchmarks_la_LIBADD)
! include_HEADERS = libcompbenchmarks.h config.h CBM.h
compbenchmarks_core_LDADD = libcompbenchmarks.la
--- 16,22 ----
libcompbenchmarks_la_DEPENDENCIES = $(libcompbenchmarks_la_LIBADD)
! libcompbenchmarksinclude_HEADERS = libcompbenchmarks.h config.h CBM.h
!
! libcompbenchmarksincludedir = $(includedir)/compbenchmarks
compbenchmarks_core_LDADD = libcompbenchmarks.la
|