[Echempp-devel] Experiment/Data Makefile.am,1.13,1.14
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2008-03-27 13:04:34
|
Update of /cvsroot/echempp/Experiment/Data In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8117/Experiment/Data Modified Files: Makefile.am Log Message: Build system changes due to BOOSTXXX. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/Data/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.am 27 Dec 2007 19:17:20 -0000 1.13 --- Makefile.am 27 Mar 2008 13:04:27 -0000 1.14 *************** *** 11,15 **** -I$(LOKISRC) \ -I$(QUANTITIESSRC) \ ! -I$(BSUTILITIESSRC) libeppData_la_SOURCES = Data.hpp --- 11,16 ---- -I$(LOKISRC) \ -I$(QUANTITIESSRC) \ ! -I$(BSUTILITIESSRC) \ ! -I$(BOOSTSRC) libeppData_la_SOURCES = Data.hpp |