summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2011-07-18 00:34:11 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2011-07-18 00:34:11 +0900
commit5ab14fa01d32432b8d7ce68789898d3380dd3ed8 (patch)
tree56dec04f4aba1d272580951b44fb0c5b42f17514 /tools
parent66719de3a9d5a94bd2a836b8fd3e7423dbb49f53 (diff)
downloadlibhangul-5ab14fa01d32432b8d7ce68789898d3380dd3ed8.tar.gz
Use variable LIBINTL
To compile with GNU gettext, we need libintl on freebsd. So it is safer to specify the variable LIBINTL which is set by AM_GNU_GETTEXT. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@261 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 3a50d0c..22f95fb 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -3,4 +3,4 @@ bin_PROGRAMS = hangul
hangul_SOURCES = hangul.c
hangul_CFLAGS = -DLOCALEDIR=\"$(localedir)\"
-hangul_LDADD = ../hangul/libhangul.la
+hangul_LDADD = ../hangul/libhangul.la $(LTLIBINTL)