diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 4bcdecbe74..ce9747bd00 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -25,14 +25,15 @@ headers = locale.h langinfo.h xlocale.h distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ iso-4217.def weight.h weightwc.h strlen-hash.h elem-hash.h \ indigits.h indigitswc.h outdigits.h outdigitswc.h \ - C-translit.h.in C-translit.h gen-translit.pl \ + coll-lookup.h C-translit.h.in C-translit.h gen-translit.pl \ $(addprefix programs/, \ locale.c localedef.c \ $(localedef-modules:=.c) $(locale-modules:=.c) \ $(lib-modules:=.c) config.h simple-hash.h \ charmap-kw.gperf charmap-kw.h locfile-token.h \ locfile-kw.gperf locfile-kw.h linereader.h \ - locfile.h charmap.h repertoire.h localedef.h) + locfile.h charmap.h repertoire.h localedef.h \ + 3level.h) routines = setlocale findlocale loadlocale localeconv nl_langinfo \ mb_cur_max codeset_name \ newlocale duplocale freelocale |