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:
parent
f502d0974e
commit
980f8a74b9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
noinst_LTLIBRARIES = libinp.la
|
||||
|
||||
BUILT_SOURCES = inpptree-parser.h
|
||||
EXTRA_DIST = inpptree-parser-y.h
|
||||
|
||||
libinp_la_SOURCES = \
|
||||
ifeval.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue