summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-11-08 22:05:27 +0100
committerJiri Gaisler <jiri@gaisler.se>2019-11-09 11:14:15 +0100
commit7a6e198454d04ac6bf5f2009b4f693696c27e5c1 (patch)
tree291c9f146e49f7b2efcf939b780d3314e9310888 /Makefile.am
parent334bf2f98218d85d7a5753e7cfe48008597dce50 (diff)
Support building on MinGW-W64/MSYS22.19
* Depends on MinGW64-readline to build
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ef24f57..108dd0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,8 @@ sis_SOURCES = erc32.c float.c grlib.c leon3.c exec.c func.c help.c \
$(LN_SRC)
AM_CFLAGS = -DFAST_UART
-sis_LDADD = -lm @READLINE@
+sis_LDADD = -lm @READLINE@ @LIBADD@
+EXTRA_DIST = elf.h grlib.h linenoise.h riscv.h sis.h sparc.h
info_TEXINFOS = sis.texi