include bison files in dist

This commit is contained in:
h_vogt 2010-05-30 10:22:42 +00:00
parent b441769118
commit 180087ec0f
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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