From 180087ec0fc2ae6a28639fe396de128e4fb7d79f Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sun, 30 May 2010 10:22:42 +0000 Subject: [PATCH] include bison files in dist --- src/frontend/Makefile.am | 2 ++ src/spicelib/parser/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 1639ff7f9..641fec35f 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -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 diff --git a/src/spicelib/parser/Makefile.am b/src/spicelib/parser/Makefile.am index 3bedb75a4..858989c4a 100644 --- a/src/spicelib/parser/Makefile.am +++ b/src/spicelib/parser/Makefile.am @@ -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