updated for PhreeqcKeywords

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9297 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-02-24 02:42:04 +00:00
parent 82d57719f7
commit c4bf48e6a2

View File

@ -1,4 +1,4 @@
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/phreeqc
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/PhreeqcKeywords
bin_PROGRAMS = phreeqc
@ -23,8 +23,6 @@ phreeqc_SOURCES=\
ISolution.h\
ISolutionComp.cxx\
ISolutionComp.h\
Keywords.cpp\
Keywords.h\
KineticsComp.cxx\
KineticsComp.h\
NameDouble.cxx\
@ -37,6 +35,8 @@ phreeqc_SOURCES=\
PBasic.h\
Phreeqc.cpp\
Phreeqc.h\
PhreeqcKeywords/Keywords.cpp\
PhreeqcKeywords/Keywords.h\
PHRQ_base.cxx\
PHRQ_base.h\
PHRQ_io.cpp\