Skip to content

Commit 26d5cd9

Browse files
authored
build: update filelist after JIT update (PCRE2Project#203)
1 parent d84f255 commit 26d5cd9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Makefile.am

+9-3
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ CLEANFILES += src/pcre2_chartables.c
443443
EXTRA_DIST += \
444444
src/sljit/sljitConfig.h \
445445
src/sljit/sljitConfigInternal.h \
446-
src/sljit/sljitExecAllocator.c \
447446
src/sljit/sljitLir.c \
448447
src/sljit/sljitLir.h \
449448
src/sljit/sljitNativeARM_32.c \
@@ -462,9 +461,16 @@ EXTRA_DIST += \
462461
src/sljit/sljitNativeX86_32.c \
463462
src/sljit/sljitNativeX86_64.c \
464463
src/sljit/sljitNativeX86_common.c \
465-
src/sljit/sljitProtExecAllocator.c \
466464
src/sljit/sljitUtils.c \
467-
src/sljit/sljitWXExecAllocator.c
465+
src/sljit/allocator_src/sljitExecAllocatorApple.c \
466+
src/sljit/allocator_src/sljitExecAllocatorCore.c \
467+
src/sljit/allocator_src/sljitExecAllocatorFreeBSD.c \
468+
src/sljit/allocator_src/sljitExecAllocatorPosix.c \
469+
src/sljit/allocator_src/sljitExecAllocatorWindows.c \
470+
src/sljit/allocator_src/sljitProtExecAllocatorNetBSD.c \
471+
src/sljit/allocator_src/sljitProtExecAllocatorPosix.c \
472+
src/sljit/allocator_src/sljitWXExecAllocatorPosix.c \
473+
src/sljit/allocator_src/sljitWXExecAllocatorWindows.c
468474

469475
# Some of the JIT sources are also in separate files that are #included.
470476

0 commit comments

Comments
 (0)