summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2015-11-06 00:20:16 (GMT)
committerRay Donnelly <mingw.android@gmail.com>2015-11-13 02:17:43 (GMT)
commit2cf7a83fded92821a59279cf566fe85fafc35fc8 (patch)
tree1ae532250416de506df6edf79658f056106438a8 /Makefile.in
parentada8ae30a89eb395e51d6f423c65a57a7dcbfb1b (diff)
Cygwin: Link to libintl for gettext
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x[-rw-r--r--]Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 895983b..59d8e54 100644..100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,6 +75,7 @@ export CPPFLAGS := @CPPFLAGS@
export CFLAGS := @CFLAGS@
export LDFLAGS := @LDFLAGS@
export LIBS := @LIBS@
+export INTL_LIBS := @INTL_LIBS@
export curses_hdr := @ac_ct_curses_hdr@
export gettext := @gettext@