From d14c7c5cef6f21421fe0bc19b1179b202f416e3b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 1 Sep 2011 15:51:53 +0800 Subject: fixes compile --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2ca6c1e..a104c75 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,6 +64,7 @@ ibus_engine_pinyin_c_sources = \ PYDynamicSpecialPhrase.cc \ PYSpecialPhrase.cc \ PYSpecialPhraseTable.cc \ + PYLibPinyinBaseEditor.cc \ $(NULL) ibus_engine_pinyin_h_sources = \ PYBopomofo.h \ @@ -106,6 +107,8 @@ ibus_engine_pinyin_h_sources = \ PYTypes.h \ PYUtil.h \ PYEnglishEditor.h \ + PYLibPinyin.h \ + PYLibPinyinBaseEditor.h \ $(NULL) if IBUS_BUILD_LUA_EXTENSION -- cgit