summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-02 18:24:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-02 18:29:05 -0800
commitf4a1070dcf6b303cb980d89c5b342cf52b0397c4 (patch)
tree54ab0407f1c3d1abe1a647f2a7b26eeb9f421d56 /src
parent4c43afce852b1ed6bff544bed6d28cce3d366886 (diff)
downloadopenocd+libswd-f4a1070dcf6b303cb980d89c5b342cf52b0397c4.tar.gz
openocd+libswd-f4a1070dcf6b303cb980d89c5b342cf52b0397c4.tar.bz2
openocd+libswd-f4a1070dcf6b303cb980d89c5b342cf52b0397c4.tar.xz
openocd+libswd-f4a1070dcf6b303cb980d89c5b342cf52b0397c4.zip
adding files required for distribution
Add headers missing from Makefile rules to pass 'make distcheck'. These were included in the tree but were not added with those commits.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/target/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 913118f2..20337520 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,7 @@ libopenocd_la_SOURCES = \
startup_tcl.c
noinst_HEADERS = \
+ hello.h \
openocd.h
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index d00b0e41..cb473a39 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -111,6 +111,7 @@ noinst_HEADERS = \
arm926ejs.h \
arm966e.h \
arm11.h \
+ arm11_dbgtap.h \
armv4_5.h \
armv4_5_mmu.h \
armv4_5_cache.h \