diff --git a/CMakeLists.txt b/CMakeLists.txt index f9556b98..680d81f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(phreeqc_DATABASE frezchem.dat iso.dat llnl.dat - kinec.v2.dat + Kinec.v2.dat minteq.dat minteq.v4.dat phreeqc.dat diff --git a/Makefile.am b/Makefile.am index 571bde55..b16ff718 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ DATABASE=\ core10.dat\ frezchem.dat\ iso.dat\ - kinec.v2.dat\ + Kinec.v2.dat\ llnl.dat\ minteq.dat\ minteq.v4.dat\