diff options
| author | Peng Wu <alexepico@gmail.com> | 2018-06-01 12:23:07 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2018-06-01 12:23:07 +0800 |
| commit | c8a4d19615cd59345ca40f52b1ceefe8914ae700 (patch) | |
| tree | 5cdfb05224c065f85802a415e9b65cd866a7eb66 | |
| parent | f04c1c1fc48323e887180ac83efd7b9d378a732e (diff) | |
update Makefile.am
| -rw-r--r-- | src/Makefile.am | 5 |
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) |
