From: David Brownell Date: Mon, 21 Dec 2009 20:31:12 +0000 (-0800) Subject: Packaging fix X-Git-Tag: v0.4.0-rc1~2 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=b963e17be718fe5f01cb4f1238e22fd9c39e7c06 Packaging fix Don't forget to list target/arm_opcodes.h Signed-off-by: David Brownell --- diff --git a/src/target/Makefile.am b/src/target/Makefile.am index df54a0341e..ad0ff7c026 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 \