X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightning%2Flib%2FMakefile.am;h=a30e7fdae64fd252ba4d888b5a16f22b2c16cd66;hb=c0c1a5b0163ec977f5cc597a8732e0fce93203f7;hp=7e9bd89eb9a6aecee496f7be3c1a8ac492c9dc20;hpb=519a9ea123f92f3b02c059a32e4e9fd1170c8cbb;p=pcsx_rearmed.git diff --git a/deps/lightning/lib/Makefile.am b/deps/lightning/lib/Makefile.am index 7e9bd89e..a30e7fda 100644 --- a/deps/lightning/lib/Makefile.am +++ b/deps/lightning/lib/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2000, 2001, 2002, 2012-2019 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2002, 2012-2022 Free Software Foundation, Inc. # # This file is part of GNU lightning. # @@ -35,6 +35,7 @@ liblightning_la_SOURCES = \ lightning.c EXTRA_DIST = \ + jit_fallback.c \ jit_rewind.c \ jit_aarch64.c \ jit_aarch64-cpu.c \ @@ -57,6 +58,10 @@ EXTRA_DIST = \ jit_ia64-cpu.c \ jit_ia64-fpu.c \ jit_ia64-sz.c \ + jit_loongarch.c \ + jit_loongarch-cpu.c \ + jit_loongarch-fpu.c \ + jit_loongarch-sz.c \ jit_mips.c \ jit_mips-cpu.c \ jit_mips-fpu.c \