From 94b22908e0bf09a44db916906ed70ad529c1aa94 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Tue, 22 Mar 2011 23:13:09 +0000 Subject: [PATCH] added missing files for windows versions git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5221 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- src/Makefile.am | 2 ++ tests/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index fc32df2a..1b53d856 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = fwrap2.cpp fwrap3.cpp + AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src/phreeqcpp -I$(top_srcdir)/src/phreeqcpp/phreeqc # libtool libraries to build diff --git a/tests/Makefile.am b/tests/Makefile.am index 95321956..21c9650b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = test_c.vcproj test_cxx.vcproj test_f90.vfproj test_f.vfproj +EXTRA_DIST = test_c.vcproj test_cxx.vcproj test_f90.vfproj test_f.vfproj main77.f main.f90 AM_CPPFLAGS = -I$(top_srcdir)/include AM_FCFLAGS = -I$(top_srcdir)/include