From 3d17a599dbe7f1bf55245726e6b622c7e6007bd5 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Thu, 12 Jan 2012 22:03:56 +0000 Subject: [PATCH] added Use[h,cpp] to makfile git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6065 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- src/Makefile.am | 2 ++ unit/GNUmakefile | 1 + 2 files changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 8623ed8d..aad95fd9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,6 +87,8 @@ libiphreeqc_la_SOURCES=\ phreeqcpp/System.h\ phreeqcpp/Temperature.cxx\ phreeqcpp/Temperature.h\ + phreeqcpp/Use.cpp\ + phreeqcpp/Use.h\ phreeqcpp/Utils.cxx\ phreeqcpp/Utils.h\ phreeqcpp/phreeqc/advection.cpp\ diff --git a/unit/GNUmakefile b/unit/GNUmakefile index 6dde8b40..f25d1a22 100644 --- a/unit/GNUmakefile +++ b/unit/GNUmakefile @@ -89,6 +89,7 @@ PPOBJS = \ Surface.o \ System.o \ Temperature.o \ + Use.o \ Utils.o # phreeqc objs