summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-08-26 15:10:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-08-26 15:10:31 +0000
commitd3bc76a63a4a07f4b0f22eb7c4d1e3996d926fa1 (patch)
tree2312a6c904562b108320cb3ab38b58b37c4c9ef5
parent65a57a788c17f1126b8c152e43248f3d02fb595b (diff)
downloadpcre2-d3bc76a63a4a07f4b0f22eb7c4d1e3996d926fa1.tar.gz
Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1159 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \