Added using-cmake files to automake files

This commit is contained in:
Charlton, Scott R 2020-09-16 22:48:15 -07:00
parent dbba3f26dc
commit 089e872532
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =\ EXTRA_DIST =\
CMakeLists.txt\ CMakeLists.txt\
INSTALL\ INSTALL\
IPhreeqcConfig.cmake.in\
IPhreeqc.rc\ IPhreeqc.rc\
resource.h resource.h
SUBDIRS = src tests examples doc database SUBDIRS = src tests examples doc database

View File

@ -9,7 +9,13 @@ EXTRA_DIST =\
cpp/CMakeLists.txt\ cpp/CMakeLists.txt\
cpp/advect/CMakeLists.txt\ cpp/advect/CMakeLists.txt\
fortran/CMakeLists.txt\ fortran/CMakeLists.txt\
fortran/advect/CMakeLists.txt fortran/advect/CMakeLists.txt\
using-cmake/CMakeLists.txt\
using-cmake/CMakeLists.txt.in\
using-cmake/ex2\
using-cmake/main.cpp\
using-cmake/phreeqc.dat\
using-cmake/README.txt
EXAMPLES_DIR = $(docdir)/examples EXAMPLES_DIR = $(docdir)/examples