aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/jtag/drivers/Makefile.am12
2 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8de1dbd..722c373 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ $(THE_MANUAL): %.pdf: %.tex
TCL_PATH = tcl
# command to find paths of script files, relative to TCL_PATH
-TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
+TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | \
sed -e 's,^$(srcdir)/$(TCL_PATH),,'
dist-hook:
diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am
index 0ce06ee..b02c353 100644
--- a/src/jtag/drivers/Makefile.am
+++ b/src/jtag/drivers/Makefile.am
@@ -111,11 +111,21 @@ endif
noinst_HEADERS = \
bitbang.h \
bitq.h \
+ ftd2xx_common.h \
+ libusb0_common.h \
+ libusb1_common.h \
+ libusb_common.h \
minidriver_imp.h \
+ mpsse.h \
rlink.h \
rlink_dtc_cmd.h \
rlink_ep1_cmd.h \
rlink_st7.h \
- usb_common.h
+ usb_common.h \
+ versaloon/usbtoxxx/usbtoxxx.h \
+ versaloon/usbtoxxx/usbtoxxx_internal.h \
+ versaloon/versaloon.h \
+ versaloon/versaloon_include.h \
+ versaloon/versaloon_internal.h
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in