From 1e2c368e86e07adc7ca5d9d2ca2081225e921461 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Wed, 11 Jan 2012 00:20:22 +0000 Subject: [PATCH] added phreeqcpp/GasComp[h,cxx] added phreeqcpp/SS[h,cxx] remove SSassemblageSS[h,cxx] git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6024 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 698c2c78..8b11517d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,8 @@ libiphreeqc_la_SOURCES=\ phreeqcpp/Exchange.h\ phreeqcpp/ExchComp.cxx\ phreeqcpp/ExchComp.h\ + phreeqcpp/GasComp.cxx\ + phreeqcpp/GasComp.h\ phreeqcpp/GasPhase.cxx\ phreeqcpp/GasPhase.h\ phreeqcpp/ISolution.cxx\ @@ -69,8 +71,8 @@ libiphreeqc_la_SOURCES=\ phreeqcpp/SolutionIsotopeList.h\ phreeqcpp/SSassemblage.cxx\ phreeqcpp/SSassemblage.h\ - phreeqcpp/SSassemblageSS.cxx\ - phreeqcpp/SSassemblageSS.h\ + phreeqcpp/SS.cxx\ + phreeqcpp/SS.h\ phreeqcpp/StorageBin.cxx\ phreeqcpp/StorageBin.h\ phreeqcpp/StorageBinList.cpp\