summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHodong Kim <hodong@cogno.org>2015-04-02 11:18:57 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-04-02 11:18:57 +0900
commitcc88075ddae038f90039d58147bb3c9d7eb08364 (patch)
tree286c9fba486f9184be522c9c7496138fe545607d
parent020bd45eda9e3a3a2836122fbe0437cafb71f163 (diff)
downloadibus-cc88075ddae038f90039d58147bb3c9d7eb08364.tar.gz
Fix compile error in client/x11/Makefile
BUG=https://github.com/ibus/ibus/pull/18 TEST=client/x11/Makefile Review URL: https://codereview.appspot.com/217590043 Patch from Hodong Kim <hodong@cogno.org>.
-rw-r--r--client/x11/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index 9813ceb5..ba6fe8ae 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -57,7 +57,7 @@ noinst_HEADERS = \
locales.h \
$(NULL)
-$(IMdkit):
+$(libIMdkit):
(cd $(top_builddir)/util/IMdkit; make)
$(libibus):