From 27aa99000d3a49ff690694dbb4c3f5cc2eff0767 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 23 Dec 2016 13:23:25 +0800 Subject: fixes localedir option for configure --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 087957c..76739d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,6 +110,7 @@ ibus_engine_libpinyin_CXXFLAGS = \ @LIBPINYIN_CFLAGS@ \ @OPENCC_CFLAGS@ \ -DGETTEXT_PACKAGE=\"@GETTEXT_PACKAGE@\" \ + -DLOCALEDIR=\"$(localedir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -DLIBEXECDIR=\"$(libexecdir)\" \ $(NULL) -- cgit