include bison files in dist
This commit is contained in:
parent
b441769118
commit
180087ec0f
|
|
@ -4,6 +4,8 @@
|
|||
SUBDIRS = plotting help parser wdisp numparam
|
||||
DIST_SUBDIRS = plotting help parser wdisp numparam
|
||||
EXTRA_DIST = testcommands.c parse-bison.y
|
||||
## For Windows with Visual Studio
|
||||
EXTRA_DIST += parse-bison.c parse-bison.h
|
||||
|
||||
noinst_LTLIBRARIES = libfte.la
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = inpptree-parser.y
|
||||
## For Windows with Visual Studio
|
||||
EXTRA_DIST += inpptree-parser.c inpptree-parser.h
|
||||
|
||||
noinst_LTLIBRARIES = libinp.la
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue