updates for multi_punch

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7927 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-08-13 22:01:41 +00:00
parent 4221c4bdb8
commit 71f7e7785f

View File

@ -30,8 +30,8 @@ libiphreeqc_la_SOURCES=\
ErrorReporter.hxx\
IPhreeqc.cpp\
IPhreeqcLib.cpp\
SelectedOutput.cpp\
SelectedOutput.hxx\
CSelectedOutput.cpp\
CSelectedOutput.hxx\
thread.h\
Var.c\
phreeqcpp/cxxKinetics.cxx\
@ -81,6 +81,8 @@ libiphreeqc_la_SOURCES=\
phreeqcpp/ReadClass.cxx\
phreeqcpp/runner.cpp\
phreeqcpp/runner.h\
phreeqcpp/SelectedOutput.cpp\
phreeqcpp/SelectedOutput.hxx\
phreeqcpp/Solution.cxx\
phreeqcpp/Solution.h\
phreeqcpp/SolutionIsotope.cxx\
@ -107,6 +109,8 @@ libiphreeqc_la_SOURCES=\
phreeqcpp/Temperature.h\
phreeqcpp/Use.cpp\
phreeqcpp/Use.h\
phreeqcpp/UserPunch.cpp\
phreeqcpp/UserPunch.h\
phreeqcpp/Utils.cxx\
phreeqcpp/Utils.h\
phreeqcpp/advection.cpp\