summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-20 17:28:48 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:15 +0800
commite0af17eacda954dadaf84c474e6dedd707986f80 (patch)
treedb7c5382e33c6e2afdbac890a9ad4bcae9ec3298 /src/Makefile.am
parentfa92d8b0c2100ed37983f1bd210695d16ce9182b (diff)
downloadibus-libpinyin-e0af17eacda954dadaf84c474e6dedd707986f80.tar.gz
ibus-libpinyin-e0af17eacda954dadaf84c474e6dedd707986f80.tar.xz
ibus-libpinyin-e0af17eacda954dadaf84c474e6dedd707986f80.zip
use new parsers
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0b4787d..c967aa7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,6 @@ ibus_engine_pinyin_built_h_sources = \
ibus_engine_pinyin_c_sources = \
PYBopomofoEditor.cc \
PYBopomofoEngine.cc \
- PYPConfig.cc \
PYConfig.cc \
PYDatabase.cc \
PYDoublePinyinEditor.cc \
@@ -120,6 +119,7 @@ ibus_engine_pinyin_h_sources = \
if IBUS_BUILD_LIBPINYIN
ibus_engine_pinyin_c_sources += \
+ PYPConfig.cc \
PYLibPinyin.cc \
PYPPhoneticEditor.cc \
PYPPinyinEditor.cc \