We need config.h.in, when compiling with ./configure,
that is without resorting to autoconf, automake etc. So partially undo the previous commit.
This commit is contained in:
parent
c14680c951
commit
06eddf1adc
|
|
@ -3,9 +3,6 @@
|
||||||
nodist_include_HEADERS = \
|
nodist_include_HEADERS = \
|
||||||
config.h
|
config.h
|
||||||
|
|
||||||
dist-hook:
|
|
||||||
rm -rf `find $(distdir) -name config.h.in`
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
tclspice.h \
|
tclspice.h \
|
||||||
acdefs.h \
|
acdefs.h \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue