Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv562
Added Files:
Makefile.am
Log Message:
First import.
--- NEW FILE: Makefile.am ---
# -----------------------------------------------------------------------------
# $Id: Makefile.am,v 1.1 2007/03/13 20:42:01 xfred Exp $
# $Source: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common/Makefile.am,v $
#
# This is free software.
# For details, see the GNU Public License in the COPYING file, or
# Look http://www.fsf.org
# -----------------------------------------------------------------------------
data_DATA = common.xml
datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/common
EXTRA_DIST = $(data_DATA)
|