summaryrefslogtreecommitdiff
path: root/intl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'intl/Makefile')
-rw-r--r--intl/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile
new file mode 100644
index 0000000000..544daae8a2
--- /dev/null
+++ b/intl/Makefile
@@ -0,0 +1,9 @@
+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)"'