Browse Source

include bison files in dist

pre-master-46
h_vogt 16 years ago
parent
commit
180087ec0f
  1. 2
      src/frontend/Makefile.am
  2. 2
      src/spicelib/parser/Makefile.am

2
src/frontend/Makefile.am

@ -4,6 +4,8 @@
SUBDIRS = plotting help parser wdisp numparam SUBDIRS = plotting help parser wdisp numparam
DIST_SUBDIRS = plotting help parser wdisp numparam DIST_SUBDIRS = plotting help parser wdisp numparam
EXTRA_DIST = testcommands.c parse-bison.y EXTRA_DIST = testcommands.c parse-bison.y
## For Windows with Visual Studio
EXTRA_DIST += parse-bison.c parse-bison.h
noinst_LTLIBRARIES = libfte.la noinst_LTLIBRARIES = libfte.la

2
src/spicelib/parser/Makefile.am

@ -1,6 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
EXTRA_DIST = inpptree-parser.y EXTRA_DIST = inpptree-parser.y
## For Windows with Visual Studio
EXTRA_DIST += inpptree-parser.c inpptree-parser.h
noinst_LTLIBRARIES = libinp.la noinst_LTLIBRARIES = libinp.la

Loading…
Cancel
Save