From 772910e2dc421ea8d496220500f14ca07099d949 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 27 Feb 2018 14:29:51 +0800 Subject: fixes typos --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 07a4a70..043a5b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,7 +97,7 @@ ibus_engine_libzhuyin_SOURCES = \ ibus_engine_libzhuyin_CXXFLAGS = \ @IBUS_CFLAGS@ \ @LIBZHUYIN_CFLAGS@ \ - @OPENCC_CFLAGS@ \ + @OPENCC_CFLAGS@ \ -DGETTEXT_PACKAGE=\"@GETTEXT_PACKAGE@\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -DLIBEXECDIR=\"$(libexecdir)\" \ @@ -117,7 +117,7 @@ endif ibus_engine_libzhuyin_LDADD = \ @IBUS_LIBS@ \ @LIBZHUYIN_LIBS@ \ - @OPENCC_LIBS@ \ + @OPENCC_LIBS@ \ $(NULL) -- cgit