aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-23 05:09:38 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-23 05:09:38 +0200
commit353ee35fc75da5fd25008c6537434186e2a759b3 (patch)
tree0de966a0c51b00ece116ee8415e763bf66f5a909 /Makefile.in
parente05dcd442052b8dfc30cbad042886e14826b1e4b (diff)
downloadghdl-353ee35fc75da5fd25008c6537434186e2a759b3.tar.gz
ghdl-353ee35fc75da5fd25008c6537434186e2a759b3.tar.bz2
ghdl-353ee35fc75da5fd25008c6537434186e2a759b3.zip
Install libbacktrace.a
For #352
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 38b1cf590..63aaa366b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -384,6 +384,8 @@ install.grt: libgrt.a grt.lst install.dirs
$(INSTALL_DATA) libgrt.a $(DESTDIR)$(VHDL_LIB_DIR)/libgrt.a
$(INSTALL_DATA) grt.lst $(DESTDIR)$(VHDL_LIB_DIR)/grt.lst
$(INSTALL_DATA) $(GRTSRCDIR)/grt.ver $(DESTDIR)$(VHDL_LIB_DIR)/grt.ver
+ test "x$(LIBBACKTRACE)" = x || $(INSTALL_DATA) $(LIBBACKTRACE) \
+ $(DESTDIR)$(VHDL_LIB_DIR)/libbacktrace.a
################ VPI #####################################################