From 382d5019d2ad3747e70422aa7172a8d5b5aa76ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= Date: Thu, 1 Jun 2017 23:29:07 +0200 Subject: [PATCH] Do not distribute generated elpa/elpa_constants.h --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 71fa0571..f4263ef9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -350,7 +350,14 @@ BUILT_SOURCES = $(generated_headers) # install public headers and Fortran modules files in the include/ dir elpa_includedir = $(includedir)/elpa@SUFFIX@-@PACKAGE_VERSION@ -nobase_elpa_include_HEADERS = $(wildcard modules/*) $(wildcard elpa/*) +nobase_elpa_include_HEADERS = \ + $(wildcard modules/*) \ + elpa/elpa.h \ + elpa/elpa_generic.h \ + elpa/elpa_legacy.h + +nobase_nodist_elpa_include_HEADERS = \ + elpa/elpa_constants.h dist_man_MANS = \ man/elpa2_print_kernels.1 @@ -618,7 +625,6 @@ EXTRA_DIST += \ src/elpa1/legacy_interface/elpa_solve_tridi.X90 endif - LIBTOOL_DEPS = @LIBTOOL_DEPS@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status libtool -- GitLab