diff --git a/jtag/include/Makefile.am b/jtag/include/Makefile.am index 9204af9f..b2e4a458 100644 --- a/jtag/include/Makefile.am +++ b/jtag/include/Makefile.am @@ -42,4 +42,5 @@ noinst_HEADERS = \ tap.h \ fclock.h \ setdevice.h \ + svf.h \ xpcu.h diff --git a/jtag/src/Makefile.am b/jtag/src/Makefile.am index 16dd6b24..d40166f0 100644 --- a/jtag/src/Makefile.am +++ b/jtag/src/Makefile.am @@ -36,6 +36,7 @@ bin_PROGRAMS = \ bsdl2jtag jtag_SOURCES = \ + version.awk \ jtag.c \ detect.c \ discovery.c \ diff --git a/jtag/src/svf/Makefile.am b/jtag/src/svf/Makefile.am index 04e87e90..d12d17c4 100644 --- a/jtag/src/svf/Makefile.am +++ b/jtag/src/svf/Makefile.am @@ -33,6 +33,7 @@ noinst_LIBRARIES = libsvf.a libsvf_a_SOURCES = \ svf_bison.y \ svf_flex.l \ + svf.h \ svf.c CLEANFILES = \