summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
authorThomas Koeller <thomas.koeller@baslerweb.com>2010-06-10 16:54:25 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-06-10 17:29:25 +0200
commit73aaaf483035cfe79fe339d6c073e851bc9f8f9a (patch)
treeb6a95906c23b60271ce876232252b3a3b77b402c /src/jtag/Makefile.am
parent9ab7636ce6276d222662be431a1e6be96d9d34c0 (diff)
downloadopenocd_libswd-73aaaf483035cfe79fe339d6c073e851bc9f8f9a.tar.gz
openocd_libswd-73aaaf483035cfe79fe339d6c073e851bc9f8f9a.tar.bz2
openocd_libswd-73aaaf483035cfe79fe339d6c073e851bc9f8f9a.tar.xz
openocd_libswd-73aaaf483035cfe79fe339d6c073e851bc9f8f9a.zip
jtag: added mising header
Distributions created by 'make dist' were incomplete due to a missing header file. Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Diffstat (limited to 'src/jtag/Makefile.am')
-rw-r--r--src/jtag/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index 875fbcb6..910affc1 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -62,6 +62,7 @@ libjtag_la_SOURCES = \
noinst_HEADERS = \
commands.h \
+ driver.h \
interface.h \
interfaces.h \
minidriver.h \