working on distribution

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5230 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2011-03-25 05:06:36 +00:00
parent b956992ac4
commit 16092f4264
2 changed files with 2 additions and 11 deletions

View File

@ -1,5 +1,3 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = INSTALL README IPhreeqc.vcproj IPhreeqc.sln IPhreeqc.vsprops
SUBDIRS = src tests
SUBDIRS = src tests examples

View File

@ -104,17 +104,10 @@ AC_CHECK_FUNCS([isnan], , AC_CHECK_LIB(m, isnan))
AC_CONFIG_FILES([
Makefile
examples/Makefile
src/Makefile
tests/Makefile
tests/phreeqc.dat
tests/ex2
examples/ex1
examples/main_fortran.cxx
examples/Makefile
examples/phreeqc.dat
examples/test_c.c
examples/test_cxx.cxx
examples/test_f.f
examples/test_f90.f90
])
AC_OUTPUT