Merge pull request #1192 from cetygamer/patch-1

Makefile.am: fixed missing includes for make dist targets
This commit is contained in:
Evgeniy Naydanov 2025-01-29 18:43:32 +03:00 committed by GitHub
commit 550df1603d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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 \