aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-20 19:02:32 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-20 19:02:32 +0200
commit34359272ed21fd699a9e277f8282678413904265 (patch)
tree571f94cdac617dcc65d91910c6aa843bdf377220 /Makefile.in
parent1d19b22b3851a92ca908581b006b5642e9fc651e (diff)
downloadghdl-34359272ed21fd699a9e277f8282678413904265.tar.gz
ghdl-34359272ed21fd699a9e277f8282678413904265.tar.bz2
ghdl-34359272ed21fd699a9e277f8282678413904265.zip
vhdl: install vhdl libraries using .vhdl extension.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a604a956b..f467c7351 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -456,7 +456,9 @@ install.vpi.local: all.vpi
LIBSRC_DIR:=$(srcdir)/libraries
LIBDST_DIR:=$(libdirsuffix)
-VHDLLIB_SUBDIRS_COMMON= src/std src/synopsys \
+VHDLLIB_SUBDIRS_COMMON= src/std src/std/v87 src/std/v93 src/std/v08 \
+ src/ieee/v87 src/ieee/v93 \
+ src/synopsys src/synopsys/v08 \
std/v87 ieee/v87 synopsys/v87 \
std/v93 ieee/v93 synopsys/v93 \
std/v08 ieee/v08