about summary refs log tree commit diff
path: root/locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 0a30cd27d3..7399eda735 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -21,7 +21,7 @@
 #
 subdir	:= locale
 
-headers		= locale.h
+headers		= locale.h langinfo.h
 distribute	= localeinfo.h categories.def \
 		  $(localedef-modules:=.c) $(locale-modules:=.c) \
 		  $(lib-modules:=.c) config.h simple-hash.h iso-4217.def \
@@ -60,7 +60,7 @@ $(objpfx)localedef $(objpfx)locale: $(lib-modules:%=$(objpfx)%.o)
 CPPFLAGS := -DLOCALE_PATH='"$(localedir)"' \
 	    -DCHARMAP_PATH='"$(i18ndir)/charmap"' \
 	    -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \
-	    -Iliblib -Iprograms $(CPPFLAGS)
+	    -Iprograms $(CPPFLAGS)
 
 CFLAGS-charmap.c = -Wno-write-strings
 CFLAGS-locfile.c = -Wno-write-strings