From 16c8a84cce807adf7e6d1f34eae0002b377b8a17 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Thu, 23 Dec 2021 16:13:45 +0000 Subject: [PATCH] Arrange to distribute pcre2_ucptables.c --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9a23465..4c5b2b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -382,6 +382,10 @@ COMMON_SOURCES = \ src/pcre2_valid_utf.c \ src/pcre2_xclass.c +# The pcre2_ucptables.c file is #included by pcre2_tables.c + +EXTRA_DIST += src/pcre2_ucptables.c + if WITH_PCRE2_8 lib_LTLIBRARIES += libpcre2-8.la libpcre2_8_la_SOURCES = \