Browse Source

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.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
f4a1070dcf
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/Makefile.am
  2. +1
    -0
      src/target/Makefile.am

+ 1
- 0
src/Makefile.am View File

@@ -18,6 +18,7 @@ libopenocd_la_SOURCES = \
startup_tcl.c

noinst_HEADERS = \
hello.h \
openocd.h




+ 1
- 0
src/target/Makefile.am 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 \


Loading…
Cancel
Save