File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,6 @@ CLEANFILES += src/pcre2_chartables.c
443
443
EXTRA_DIST += \
444
444
src/sljit/sljitConfig.h \
445
445
src/sljit/sljitConfigInternal.h \
446
- src/sljit/sljitExecAllocator.c \
447
446
src/sljit/sljitLir.c \
448
447
src/sljit/sljitLir.h \
449
448
src/sljit/sljitNativeARM_32.c \
@@ -462,9 +461,16 @@ EXTRA_DIST += \
462
461
src/sljit/sljitNativeX86_32.c \
463
462
src/sljit/sljitNativeX86_64.c \
464
463
src/sljit/sljitNativeX86_common.c \
465
- src/sljit/sljitProtExecAllocator.c \
466
464
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
468
474
469
475
# Some of the JIT sources are also in separate files that are #included.
470
476
You can’t perform that action at this time.
0 commit comments