Do not distribute config.h.in

This commit is contained in:
Holger Vogt 2021-01-24 11:29:48 +01:00
parent ebff1fe79f
commit c14680c951
1 changed files with 4 additions and 2 deletions

View File

@ -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 \