[Echempp-devel] Experiment/Experiment/test Makefile.am,1.13,1.14
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2007-04-06 17:17:54
|
Update of /cvsroot/echempp/Experiment/Experiment/test In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19531/test Modified Files: Makefile.am Log Message: Updated to link with Loki and Quantities. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/Experiment/test/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.am 6 Apr 2007 10:15:51 -0000 1.13 --- Makefile.am 6 Apr 2007 17:17:51 -0000 1.14 *************** *** 4,10 **** ExperimentTest_LDADD = -lboost_unit_test_framework \ ! -lboost_serialization \ ! -lboost_date_time \ ! -leppExcitationFunction \ -leppData \ -L$(QUANTITIESLIB) -lGeneralQuantities \ --- 4,10 ---- ExperimentTest_LDADD = -lboost_unit_test_framework \ ! -lboost_serialization \ ! -lboost_date_time \ ! -leppExcitationFunction \ -leppData \ -L$(QUANTITIESLIB) -lGeneralQuantities \ *************** *** 13,17 **** -L$(BSUTILITIESLIB) -lBSUtilities \ -L$(LOKILIB) -lloki - # ../libeppExperiment.la --- 13,16 ---- *************** *** 21,23 **** -I$(QUANTITIESSRC) ! ExperimentTest_CXXFLAGS = -Wall -Werror -pedantic-errors \ -DTIXML_USE_STL=YES --- 20,22 ---- -I$(QUANTITIESSRC) ! ExperimentTest_CXXFLAGS = -Wall -Werror -pedantic-errors -DTIXML_USE_STL=YES |