From: Øyvind H. <go...@us...> - 2010-06-10 17:32:44
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 73aaaf483035cfe79fe339d6c073e851bc9f8f9a (commit) from 9ab7636ce6276d222662be431a1e6be96d9d34c0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 73aaaf483035cfe79fe339d6c073e851bc9f8f9a Author: Thomas Koeller <tho...@ba...> Date: Thu Jun 10 16:54:25 2010 +0200 jtag: added mising header Distributions created by 'make dist' were incomplete due to a missing header file. Signed-off-by: Thomas Koeller <tho...@ba...> diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am index 875fbcb..910affc 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 \ ----------------------------------------------------------------------- Summary of changes: src/jtag/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |