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
6f20ec9929
commit
92b237da3b
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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…
Reference in New Issue