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.
This commit is contained in:
Zachary T Welch 2009-12-02 18:24:27 -08:00
parent 4c43afce85
commit f4a1070dcf
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ libopenocd_la_SOURCES = \
startup_tcl.c
noinst_HEADERS = \
hello.h \
openocd.h

View File

@ -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 \