summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-03-25 11:08:41 +0800
committerPeng Wu <alexepico@gmail.com>2014-03-25 11:08:41 +0800
commit6e847032cb48d30783228eb759c7d6396084a40a (patch)
tree7f3967fa2667e72e5064268551a8380667aafd51 /src
parent0e49d2a18e3fda2edee5829a60aa11c2401c3408 (diff)
downloadibus-libzhuyin-6e847032cb48d30783228eb759c7d6396084a40a.tar.gz
ibus-libzhuyin-6e847032cb48d30783228eb759c7d6396084a40a.tar.xz
ibus-libzhuyin-6e847032cb48d30783228eb759c7d6396084a40a.zip
fixes src/Makefile.am
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 59bea65..d29e339 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,7 @@ ibus_engine_libzhuyin_c_sources = \
ZYConfig.cc \
ZYEditor.cc \
ZYZhuyinProperties.cc \
+ ZYTradSimpConverter.cc \
ZYEnhancedText.cc \
ZYZPhoneticEditor.cc \
ZYMain.cc \
@@ -43,6 +44,7 @@ ibus_engine_libzhuyin_h_sources = \
ZYLookupTable.h \
ZYObject.h \
ZYZhuyinProperties.h \
+ ZYTradSimpConverter.h \
ZYEnhancedText.h \
ZYZPhoneticEditor.h \
ZYPointer.h \
@@ -72,6 +74,7 @@ ibus_engine_libzhuyin_SOURCES = \
ibus_engine_libzhuyin_CXXFLAGS = \
@IBUS_CFLAGS@ \
@LIBZHUYIN_CFLAGS@ \
+ @OPENCC_CFLAGS@ \
-DGETTEXT_PACKAGE=\"@GETTEXT_PACKAGE@\" \
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DLIBEXECDIR=\"$(libexecdir)\" \
@@ -90,4 +93,5 @@ endif
ibus_engine_libzhuyin_LDADD = \
@IBUS_LIBS@ \
@LIBZHUYIN_LIBS@ \
+ @OPENCC_LIBS@ \
$(NULL)