Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14463
Modified Files:
Makefile.am
Log Message:
CBM.h added.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 1 Nov 2006 13:06:07 -0000 1.8
--- Makefile.am 1 Nov 2006 13:11:50 -0000 1.9
***************
*** 16,20 ****
libcompbenchmarks_la_DEPENDENCIES = $(libcompbenchmarks_la_LIBADD)
! include_HEADERS = libcompbenchmarks.h config.h
compbenchmarks_LDADD = libcompbenchmarks.la
--- 16,20 ----
libcompbenchmarks_la_DEPENDENCIES = $(libcompbenchmarks_la_LIBADD)
! include_HEADERS = libcompbenchmarks.h config.h CBM.h
compbenchmarks_LDADD = libcompbenchmarks.la
|