From 3c73b3ee3267136a9434bb2d8fb5cbbe4170edfd Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Mon, 25 Mar 2019 15:37:41 +0900 Subject: [PATCH] add unicode_wb_data.c, make_unicode_wb.sh and make_unicode_wb_data.py into extra-dist files --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1330620..1600311 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,8 +50,9 @@ libonig_la_LDFLAGS = -version-info $(LTVERSION) EXTRA_DIST = koi8.c mktable.c \ unicode_fold_data.c unicode_property_data.c \ unicode_property_data_posix.c \ - unicode_egcb_data.c \ + unicode_egcb_data.c unicode_wb_data.c \ make_unicode_egcb.sh make_unicode_egcb_data.py \ + make_unicode_wb.sh make_unicode_wb_data.py \ make_unicode_fold.sh make_unicode_fold_data.py \ make_unicode_property.sh make_unicode_property_data.py \ make_property.sh \ -- 2.40.0