Merge pull request #700 from pcercuei/update-lightrec-20221019
[pcsx_rearmed.git] / deps / lightning / lib / Makefile.am
index 7e9bd89..a30e7fd 100644 (file)
@@ -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          \