summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-05-30 13:32:41 +0800
committerPeng Wu <alexepico@gmail.com>2012-05-30 13:32:41 +0800
commit692728d5de414766be9faf81d298facec4cc94b2 (patch)
tree68689666e3c08df96fdee29e3198d7bf68c0f4ad /src/Makefile.am
parent0be5dc6e762d622c3d0662a6f4d1d54f26b187ed (diff)
downloadibus-libpinyin-692728d5de414766be9faf81d298facec4cc94b2.tar.gz
ibus-libpinyin-692728d5de414766be9faf81d298facec4cc94b2.tar.xz
ibus-libpinyin-692728d5de414766be9faf81d298facec4cc94b2.zip
update Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 93c2d46..e10bbd3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,14 +42,10 @@ ibus_engine_pinyin_built_h_sources = \
PYSimpTradConverterTable.h \
$(NULL)
ibus_engine_pinyin_c_sources = \
- PYBopomofoEditor.cc \
- PYBopomofoEngine.cc \
PYConfig.cc \
- PYDoublePinyinEditor.cc \
PYEditor.cc \
PYEngine.cc \
PYFallbackEditor.cc \
- PYFullPinyinEditor.cc \
PYHalfFullConverter.cc \
PYMain.cc \
PYPinyinProperties.cc \
@@ -61,17 +57,13 @@ ibus_engine_pinyin_c_sources = \
$(NULL)
ibus_engine_pinyin_h_sources = \
PYBopomofo.h \
- PYBopomofoEditor.h \
- PYBopomofoEngine.h \
PYBus.h \
PYConfig.h \
- PYDoublePinyinEditor.h \
PYDoublePinyinTable.h \
PYEditor.h \
PYEngine.h \
PYExtEditor.h \
PYFallbackEditor.h \
- PYFullPinyinEditor.h \
PYHalfFullConverter.h \
PYLookupTable.h \
PYObject.h \