mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
10 lines
293 B
Makefile
10 lines
293 B
Makefile
|
subdir = intl
|
||
|
routines = bindtextdom dcgettext dgettext gettext \
|
||
|
finddomain loadmsgcat localealias textdomain
|
||
|
distribute = gettext.h gettextP.h hash-string.h libgettext.h
|
||
|
|
||
|
include ../Rules
|
||
|
|
||
|
CPPFLAGS += -D'GNULOCALEDIR="$(localedir)"' \
|
||
|
-D'LOCALE_ALIAS_PATH="$(localedir):$(nlsdir)"'
|