Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15822
Modified Files:
Makefile.am
Log Message:
Minor changes on installation. Should be useless BTW.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Makefile.am 29 Aug 2007 20:32:48 -0000 1.23
--- Makefile.am 19 Sep 2007 16:31:05 -0000 1.24
***************
*** 42,45 ****
--- 42,47 ----
inst_pkgdatadir=@datarootdir@/compbenchmarks/@VERSION@/perl
+ libCBM_la_instdir=@datarootdir@/compbenchmarks/@VERSION@/perl
+
$(top_builddir)/CBM-PI/CBM_wrap.cxx: CBM.i $(CBMPI_DEP_H)
|