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
This commit is contained in:
Holger Vogt 2019-09-22 15:51:20 +02:00
parent f502d0974e
commit 980f8a74b9
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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

View File

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