Browse Source

We need config.h.in, when compiling with ./configure,

that is without resorting to autoconf, automake etc.
So partially undo the previous commit.
pre-master-46
Holger Vogt 5 years ago
parent
commit
06eddf1adc
  1. 3
      src/include/ngspice/Makefile.am

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

Loading…
Cancel
Save