mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
include bison files in dist
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user