summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-17 17:55:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-17 17:55:11 +0000
commit45bdee7c57c54719fec201bba37d6a948836f11e (patch)
treeae991c754cab1efeaec47ead74c5421744228fda /Makefile.am
parentd3550852b452dc20ef00967af6561fd4f12f1a05 (diff)
downloadpcre2-45bdee7c57c54719fec201bba37d6a948836f11e.tar.gz
Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@786 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d45646..56d3434 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,7 @@ dist_html_DATA = \
doc/html/pcre2_set_bsr.html \
doc/html/pcre2_set_callout.html \
doc/html/pcre2_set_character_tables.html \
+ doc/html/pcre2_set_compile_extra_options.html \
doc/html/pcre2_set_compile_recursion_guard.html \
doc/html/pcre2_set_depth_limit.html \
doc/html/pcre2_set_heap_limit.html \
@@ -151,6 +152,7 @@ dist_man_MANS = \
doc/pcre2_set_bsr.3 \
doc/pcre2_set_callout.3 \
doc/pcre2_set_character_tables.3 \
+ doc/pcre2_set_compile_extra_options.3 \
doc/pcre2_set_compile_recursion_guard.3 \
doc/pcre2_set_depth_limit.3 \
doc/pcre2_set_heap_limit.3 \