install src

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9711 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-05-21 21:49:18 +00:00
parent 2ae685b72e
commit 196ceb8b75

View File

@ -178,17 +178,11 @@ include_HEADERS=\
$(top_srcdir)/src/phreeqcpp/PHRQ_io.h\ $(top_srcdir)/src/phreeqcpp/PHRQ_io.h\
$(top_srcdir)/src/phreeqcpp/PhreeqcKeywords/Keywords.h $(top_srcdir)/src/phreeqcpp/PhreeqcKeywords/Keywords.h
sourcedir=$(docdir)/src
if BUILD_FORTRAN dist_source_DATA=$(SRC)
libiphreeqc_la_SOURCES+=\ SRC=\
fwrap.h\ $(top_srcdir)/src/IPhreeqc_interface.F90\
fwrap.cpp $(top_srcdir)/src/IPhreeqc.f90.inc\
## fwrap.cpp\ $(top_srcdir)/src/IPhreeqc.f.inc
## IPhreeqcF.f
##include_HEADERS+=\
## $(top_srcdir)/src/IPhreeqc.f90.inc\
## $(top_srcdir)/src/IPhreeqc.f.inc
endif