From: Zachary T Welch Date: Thu, 3 Dec 2009 02:24:27 +0000 (-0800) Subject: adding files required for distribution X-Git-Tag: v0.4.0-rc1~219 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4a1070dcf6b303cb980d89c5b342cf52b0397c4;p=openocd 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 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 \