From: Will Estes Date: Thu, 8 Aug 2002 14:51:44 +0000 (+0000) Subject: include intl in the distribution and in the build process X-Git-Tag: flex-2-5-12~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f6bb72aa01a3ca402af95e1d0640d04a6beb936;p=flex include intl in the distribution and in the build process --- diff --git a/Makefile.am b/Makefile.am index 19f626e..c22fc5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,11 +103,13 @@ BUILT_SOURCES = \ skel.c SUBDIRS = \ + intl \ m4 \ examples \ po DIST_SUBDIRS = \ + intl \ m4 \ examples \ po \ diff --git a/configure.in b/configure.in index 1a99915..7c2e54a 100644 --- a/configure.in +++ b/configure.in @@ -50,6 +50,7 @@ examples/fastwc/Makefile examples/manual/Makefile m4/Makefile po/Makefile.in +intl/Makefile tests/Makefile tests/TEMPLATE/Makefile tests/test-array-nr/Makefile