mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
build: fix make dist
add missing files to distribution after previous commit. Change-Id: I0e4b278c090c71d15dd059b6755c9821427cc8ab Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/332 Tested-by: jenkins Reviewed-by: Mathias Küster <kesmtp@freenet.de>
This commit is contained in:
@@ -73,7 +73,8 @@ noinst_HEADERS = \
|
||||
jtag.h \
|
||||
minidriver/minidriver_imp.h \
|
||||
minidummy/jtag_minidriver.h \
|
||||
swd.h
|
||||
swd.h \
|
||||
tcl.h
|
||||
|
||||
EXTRA_DIST = startup.tcl
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@ STLINKFILES += stlink_layout.c
|
||||
endif
|
||||
|
||||
noinst_HEADERS = \
|
||||
stlink_tcl.h
|
||||
stlink_interface.h \
|
||||
stlink_layout.h \
|
||||
stlink_tcl.h \
|
||||
stlink_transport.h
|
||||
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user