Revision: 1159
http://www.exim.org/viewvc/pcre2?view=rev&revision=1159
Author: ph10
Date: 2019-08-26 16:10:31 +0100 (Mon, 26 Aug 2019)
Log Message:
-----------
Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution.
Modified Paths:
--------------
code/trunk/Makefile.am
Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am 2019-08-26 12:02:03 UTC (rev 1158)
+++ code/trunk/Makefile.am 2019-08-26 15:10:31 UTC (rev 1159)
@@ -360,6 +360,7 @@
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 \