Browse Source

Do not distribute config.h.in

pre-master-46
Holger Vogt 5 years ago
parent
commit
c14680c951
  1. 6
      src/include/ngspice/Makefile.am

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

Loading…
Cancel
Save