summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c1c434..8de34f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,6 +69,9 @@ ibus_engine_libpinyin_h_sources = \
PYPPinyinEngine.h \
PYPBopomofoEngine.h \
PYPConfig.h \
+ PYPEnhancedCandidates.h \
+ PYPLibPinyinCandidates.h \
+ PYPTradCandidates.h \
$(NULL)
ibus_engine_libpinyin_c_sources += \
@@ -81,6 +84,8 @@ ibus_engine_libpinyin_c_sources += \
PYPBopomofoEditor.cc \
PYPPinyinEngine.cc \
PYPBopomofoEngine.cc \
+ PYPLibPinyinCandidates.cc \
+ PYPTradCandidates.cc \
$(NULL)