From 06eddf1adc2ce532cc7cca477f81c1d8f14ff141 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 24 Jan 2021 12:55:51 +0100 Subject: [PATCH] We need config.h.in, when compiling with ./configure, that is without resorting to autoconf, automake etc. So partially undo the previous commit. --- src/include/ngspice/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/ngspice/Makefile.am b/src/include/ngspice/Makefile.am index 967538a19..23ae74ded 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -3,9 +3,6 @@ nodist_include_HEADERS = \ config.h -dist-hook: - rm -rf `find $(distdir) -name config.h.in` - noinst_HEADERS = \ tclspice.h \ acdefs.h \