diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile index c7d00cfc38..fd7425e71b 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -23,6 +23,7 @@ subdir := locale headers = locale.h langinfo.h distribute = localeinfo.h categories.def iso-4217.def weight.h \ + strlen-hash.h \ $(addprefix programs/, \ $(localedef-modules:=.c) $(locale-modules:=.c) \ $(lib-modules:=.c) config.h simple-hash.h \ @@ -45,6 +46,7 @@ vpath %.gperf programs localedef-modules := $(categories:%=ld-%) charmap charset linereader \ locfile stringtrans +locale-modules := locale-spec lib-modules := simple-hash xmalloc xstrdup |