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 f4a1070dcf6b303cb980d89c5b342cf52b0397c4 (commit)
from 4c43afce852b1ed6bff544bed6d28cce3d366886 (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 f4a1070dcf6b303cb980d89c5b342cf52b0397c4
Author: Zachary T Welch <zw...@su...>
Date: Wed Dec 2 18:24:27 2009 -0800
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.
diff --git a/src/Makefile.am b/src/Makefile.am
index 913118f..2033752 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 d00b0e4..cb473a3 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 \
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/target/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|