summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: cf27653db6bc37d1e7afb083b78c5616046cbf73 (plain)
1
2
3
4
5
6

bin_PROGRAMS = hangul

hangul_SOURCES = hangul.c
hangul_CFLAGS = -DLOCALEDIR=\"$(localedir)\"
hangul_LDADD = ../hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)