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 =\
CMakeLists.txt\
INSTALL\
IPhreeqcConfig.cmake.in\
IPhreeqc.rc\
resource.h
SUBDIRS = src tests examples doc database

View File

@ -9,7 +9,13 @@ EXTRA_DIST =\
cpp/CMakeLists.txt\
cpp/advect/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