]> git.sur5r.net Git - openocd/commitdiff
Add missing files (header and .txt) for release.
authorFreddie Chopin <freddie.chopin@gmail.com>
Thu, 2 Aug 2012 12:14:47 +0000 (14:14 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 2 Aug 2012 13:16:06 +0000 (13:16 +0000)
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 <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/767
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Makefile.am
src/jtag/drivers/Makefile.am

index 8de1dbdb8de5d3718b1c748352d876c23b926ff7..722c3732349889edce9749b4004e980943353ec1 100644 (file)
@@ -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:
index 0ce06ee3b30cc33615b9005f25f22369ff336cde..b02c353407260134262b9e174d2c39460b21ec3f 100644 (file)
@@ -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