Merge pull request #1192 from cetygamer/patch-1
Makefile.am: fixed missing includes for make dist targets
This commit is contained in:
commit
550df1603d
|
@ -6,10 +6,13 @@ noinst_LTLIBRARIES += %D%/libriscv.la
|
|||
%D%/debug_defines.h \
|
||||
%D%/debug_reg_printer.h \
|
||||
%D%/encoding.h \
|
||||
%D%/field_helpers.h \
|
||||
%D%/gdb_regs.h \
|
||||
%D%/opcodes.h \
|
||||
%D%/program.h \
|
||||
%D%/riscv.h \
|
||||
%D%/riscv_reg_impl.h \
|
||||
%D%/riscv_reg.h \
|
||||
%D%/riscv-011.h \
|
||||
%D%/riscv-011_reg.h \
|
||||
%D%/riscv-013.h \
|
||||
|
|
Loading…
Reference in New Issue