all linux tests pass

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5930 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2011-12-21 00:04:19 +00:00
parent 0daa7906c4
commit 924d501429
3 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,7 @@ done
cp $DISTPATH/src/phreeqcpp/PHREEQCPP-RELEASE.txt $DISTPATH/doc/PHREEQCPP-RELEASE
cp $DISTPATH/src/phreeqcpp/phreeqc/revisions $DISTPATH/doc/RELEASE
(cd "$DISTPATH/doc" && "$DOXYGEN")
(cd "$DISTPATH/doc" && "doxygen")
echo "Rolling $DISTNAME.tar ..."
(cd "$DIST_SANDBOX" > /dev/null && tar c "$DISTNAME") > \

View File

@ -97,6 +97,7 @@ libiphreeqc_la_SOURCES=\
phreeqcpp/phreeqc/dense.cpp\
phreeqcpp/phreeqc/dense.h\
phreeqcpp/phreeqc/dw.cpp\
phreeqcpp/phreeqc/gases.cpp\
phreeqcpp/phreeqc/global_structures.h\
phreeqcpp/phreeqc/input.cpp\
phreeqcpp/phreeqc/integrate.cpp\

View File

@ -99,6 +99,7 @@ POBJS = \
cvode.o \
dense.o \
dw.o \
gases.o \
input.o \
integrate.o \
inverse.o \