From 71f7e7785f1f6990cdc5b43178ad09bc30b18ad6 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Tue, 13 Aug 2013 22:01:41 +0000 Subject: [PATCH] updates for multi_punch git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7927 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ae3ee373..1252e82e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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\