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 \