Browse Source

* src/include/Makefile.am: Update for removed header files.

pre-master-46
arno 26 years ago
parent
commit
1840e80330
  1. 14
      src/include/Makefile.am

14
src/include/Makefile.am

@ -2,7 +2,7 @@
noinst_HEADERS = \
acdefs.h \
arch.h \
bool.h \
cktdefs.h \
complex.h \
const.h \
@ -13,6 +13,7 @@ noinst_HEADERS = \
devdefs.h \
dgen.h \
distodef.h \
dvec.h \
ftecmath.h \
fteconst.h \
ftedata.h \
@ -21,13 +22,13 @@ noinst_HEADERS = \
ftedefs.h \
ftedev.h \
fteext.h \
ftegraf.h \
ftegraph.h \
ftehelp.h \
fteinp.h \
fteinput.h \
fteparse.h \
gendefs.h \
grid.h \
hlpdefs.h \
iferrmsg.h \
ifsim.h \
@ -41,19 +42,24 @@ noinst_HEADERS = \
noisedef.h \
opdefs.h \
optdefs.h \
plot.h \
pnode.h \
pzdefs.h \
sen2defs.h \
sensdefs.h \
sensgen.h \
sim.h \
smpdefs.h \
spconfig.h \
sperror.h \
spmatrix.h \
struct.h \
suffix.h \
terminal.h \
tfdefs.h \
trandefs.h \
trcvdefs.h \
tskdefs.h
tskdefs.h \
variable.h \
wordlist.h
MAINTAINERCLEANFILES = Makefile.in
Loading…
Cancel
Save