From: Daiki Ueno Date: Tue, 23 Jun 2015 05:14:04 +0000 (+0900) Subject: build: Add missing headers in distribution X-Git-Tag: v0.19.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c392382bd75630e9f69097bbfab3a0f55ac7304;p=thirdparty%2Fgettext.git build: Add missing headers in distribution * Makefile.am (noinst_HEADERS): Add cldr-plural.h and cldr-plural-exp.h. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 05155a749..e4210167f 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2015-06-23 Daiki Ueno + + * Makefile.am (noinst_HEADERS): Add cldr-plural.h and + cldr-plural-exp.h. + 2015-06-22 Daiki Ueno msginit: Guess plural rules from Unicode CLDR diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 607a72c38..3b53c21ee 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -39,7 +39,8 @@ po-lex.h open-catalog.h read-catalog-abstract.h read-catalog.h \ read-po.h read-properties.h read-stringtable.h \ str-list.h \ color.h write-catalog.h write-po.h write-properties.h write-stringtable.h \ -dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h \ +dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h cldr-plural.h \ +cldr-plural-exp.h \ msgl-charset.h msgl-equal.h msgl-iconv.h msgl-ascii.h msgl-cat.h msgl-header.h \ msgl-english.h msgl-check.h msgl-fsearch.h msgfmt.h msgunfmt.h \ plural-count.h plural-eval.h plural-distrib.h \