Browse Source

Missing files in distribution

Correction to commit
Fix a build error on FreeBSD 12, bison 3.3.2, automake 1.16.1 and BSD make
pre-master-46
Holger Vogt 7 years ago
parent
commit
92b237da3b
  1. 2
      src/frontend/Makefile.am
  2. 1
      src/spicelib/parser/Makefile.am

2
src/frontend/Makefile.am

@ -2,7 +2,7 @@
SUBDIRS = plotting help parser wdisp numparam trannoise SUBDIRS = plotting help parser wdisp numparam trannoise
DIST_SUBDIRS = plotting help parser wdisp numparam trannoise DIST_SUBDIRS = plotting help parser wdisp numparam trannoise
EXTRA_DIST = testcommands.c
EXTRA_DIST = testcommands.c parse-bison-y.h
BUILT_SOURCES = parse-bison.h BUILT_SOURCES = parse-bison.h

1
src/spicelib/parser/Makefile.am

@ -3,6 +3,7 @@
noinst_LTLIBRARIES = libinp.la noinst_LTLIBRARIES = libinp.la
BUILT_SOURCES = inpptree-parser.h BUILT_SOURCES = inpptree-parser.h
EXTRA_DIST = inpptree-parser-y.h
libinp_la_SOURCES = \ libinp_la_SOURCES = \
ifeval.c \ ifeval.c \

Loading…
Cancel
Save