diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-21 12:31:12 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-21 12:31:12 -0800 |
commit | b963e17be718fe5f01cb4f1238e22fd9c39e7c06 (patch) | |
tree | 59809269f7dcccdb1fd217f1c197a2c33d98b941 /src | |
parent | b5962b23d83fa692e023512a5b63e736a06d6422 (diff) | |
download | openocd+libswd-b963e17be718fe5f01cb4f1238e22fd9c39e7c06.tar.gz openocd+libswd-b963e17be718fe5f01cb4f1238e22fd9c39e7c06.tar.bz2 openocd+libswd-b963e17be718fe5f01cb4f1238e22fd9c39e7c06.tar.xz openocd+libswd-b963e17be718fe5f01cb4f1238e22fd9c39e7c06.zip |
Packaging fix
Don't forget to list target/arm_opcodes.h
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/target/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am index df54a034..ad0ff7c0 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -105,6 +105,7 @@ noinst_HEADERS = \ arm_jtag.h \ arm_adi_v5.h \ arm_disassembler.h \ + arm_opcodes.h \ arm_simulator.h \ arm_semihosting.h \ arm7_9_common.h \ |