From 1e5e9aaa70410cb874c00d4d0a22ea6ece2fd48a Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Mon, 26 Aug 2019 15:10:31 +0000 Subject: [PATCH] Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 942ac67..ea5c600 100644 --- a/Makefile.am +++ b/Makefile.am @@ -360,6 +360,7 @@ COMMON_SOURCES = \ src/pcre2_internal.h \ src/pcre2_intmodedep.h \ src/pcre2_jit_compile.c \ + src/pcre2_jit_simd_inc.h \ src/pcre2_maketables.c \ src/pcre2_match.c \ src/pcre2_match_data.c \