From: K.Kosako Date: Mon, 25 Mar 2019 06:37:41 +0000 (+0900) Subject: add unicode_wb_data.c, make_unicode_wb.sh and make_unicode_wb_data.py into extra... X-Git-Tag: v6.9.2_rc1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c73b3ee3267136a9434bb2d8fb5cbbe4170edfd;p=onig add unicode_wb_data.c, make_unicode_wb.sh and make_unicode_wb_data.py into extra-dist files --- 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 \