Skip to content

Commit 550df16

Browse files
authored
Merge pull request #1192 from cetygamer/patch-1
Makefile.am: fixed missing includes for make dist targets
2 parents e870c5f + 4ff476c commit 550df16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/target/riscv/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ noinst_LTLIBRARIES += %D%/libriscv.la
66
%D%/debug_defines.h \
77
%D%/debug_reg_printer.h \
88
%D%/encoding.h \
9+
%D%/field_helpers.h \
910
%D%/gdb_regs.h \
1011
%D%/opcodes.h \
1112
%D%/program.h \
1213
%D%/riscv.h \
14+
%D%/riscv_reg_impl.h \
15+
%D%/riscv_reg.h \
1316
%D%/riscv-011.h \
1417
%D%/riscv-011_reg.h \
1518
%D%/riscv-013.h \

0 commit comments

Comments
 (0)