From: Freddie Chopin Date: Thu, 2 Aug 2012 12:14:47 +0000 (+0200) Subject: Add missing files (header and .txt) for release. X-Git-Tag: v0.6.0-rc1~3 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=0527d336a529b9d4f3617e49a59c3d97f6999aa7;hp=168fcf58c5951e19661a2be08a85d301c43c1555 Add missing files (header and .txt) for release. make distcheck is used to make packages with OpenOCD release, this command uses information from Makefile.am files to know which files should be included in the package and which can be left only in repository. This patch makes a few headers from recent JTAG drivers and one txt file with info about target tcl config files included in released packages. Change-Id: I91202290633a30f53624a8c7d9a0ebf72c40772b Signed-off-by: Freddie Chopin Reviewed-on: http://openocd.zylin.com/767 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/Makefile.am b/Makefile.am index 8de1dbdb8d..722c373234 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 0ce06ee3b3..b02c353407 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