From c14680c9511a13cb798dda193b4f95fea948648c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 24 Jan 2021 11:29:48 +0100 Subject: [PATCH] Do not distribute config.h.in --- src/include/ngspice/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index cbd2718ed..967538a19 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -1,8 +1,10 @@ ## Process this file with automake to produce Makefile.in nodist_include_HEADERS = \ - config.h \ - config.h.in + config.h + +dist-hook: + rm -rf `find $(distdir) -name config.h.in` noinst_HEADERS = \ tclspice.h \