diff options
| -rw-r--r-- | unicode/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am index e9dbc39..9dc63f6 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -7,6 +7,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 AM_CXXFLAGS= @COURIER_UNICODE_CXXFLAGS@ noinst_SCRIPTS=update.sh \ + mkcategories.pl \ mkcommon.pm \ mkbidi.pl \ mkbidiclass.pl \ @@ -17,6 +18,7 @@ noinst_SCRIPTS=update.sh \ mkhtmlent.pl \ mklinebreak.pl \ mknormalization.pl \ + mkscripts.pl \ mkultcase.pl \ mkwordbreak.pl |
