From 0ae9aeec412ac5f939fc2d02b582269453109a68 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 4 Feb 2021 17:08:00 +0100 Subject: [PATCH] remove config.h from dist and install --- 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 23ae74ded..e80fed42c 100644 --- a/src/include/ngspice/Makefile.am +++ b/src/include/ngspice/Makefile.am @@ -1,8 +1,5 @@ ## Process this file with automake to produce Makefile.in -nodist_include_HEADERS = \ - config.h - noinst_HEADERS = \ tclspice.h \ acdefs.h \