update for SelectedOutput rename

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8259 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-11-27 07:37:34 +00:00
parent 667eee1d30
commit 2abf4e8ff0
2 changed files with 6 additions and 2 deletions

View File

@ -140,6 +140,10 @@ ifeq ($(HOSTNAME),parkplace.cr.usgs.gov)
export LD_LIBRARY_PATH=/home/charlton/x64/lib
endif
ifeq ($(HOSTNAME),lobo02)
export LD_LIBRARY_PATH=/z/parkplace/home/charlton/x64/lib
endif
check: $(TARGET)
./$(TARGET)

View File

@ -22,8 +22,8 @@ unit_SOURCES=\
../src/IPhreeqc.h\
../src/IPhreeqc.hpp\
../src/IPhreeqcLib.cpp\
../src/SelectedOutput.cpp\
../src/SelectedOutput.hxx\
../src/CSelectedOutput.cpp\
../src/CSelectedOutput.hxx\
../src/Var.c\
../src/phreeqcpp/cxxKinetics.cxx\
../src/phreeqcpp/cxxKinetics.h\