diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-12 23:05:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-12 23:05:40 -0800 |
commit | 46c7b0e9d0d85cf5ccc0d40d19821fcc3335503b (patch) | |
tree | 23f8219f529a5e8703cc1c43b07ae5a9d9d43cc3 | |
parent | 54c64267cc8bc98641cc39a22cb7bd71673e89e0 (diff) |
Add compose-check.pl to EXTRA_DIST
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | nls/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am index 9a00f944..076bf31a 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am @@ -1,6 +1,7 @@ x11localedir = $(X11_LOCALEDATADIR) -EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre +EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \ + compose-check.pl x11locale_DATA = locale.alias locale.dir compose.dir |