summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-05-30 13:30:16 +0800
committerPeng Wu <alexepico@gmail.com>2012-05-30 13:30:16 +0800
commit08e18cd2e90d748b191d974768d7c77c7dc00de6 (patch)
treef654e84620e01334c38272bb19f8974f58f5ab1c /src/Makefile.am
parent8496189f89f5d25624f63459803225419904444b (diff)
downloadibus-libpinyin-08e18cd2e90d748b191d974768d7c77c7dc00de6.tar.gz
ibus-libpinyin-08e18cd2e90d748b191d974768d7c77c7dc00de6.tar.xz
ibus-libpinyin-08e18cd2e90d748b191d974768d7c77c7dc00de6.zip
update Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c967aa7..93c2d46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,7 +45,6 @@ ibus_engine_pinyin_c_sources = \
PYBopomofoEditor.cc \
PYBopomofoEngine.cc \
PYConfig.cc \
- PYDatabase.cc \
PYDoublePinyinEditor.cc \
PYEditor.cc \
PYEngine.cc \
@@ -53,11 +52,6 @@ ibus_engine_pinyin_c_sources = \
PYFullPinyinEditor.cc \
PYHalfFullConverter.cc \
PYMain.cc \
- PYPhoneticEditor.cc \
- PYPhraseEditor.cc \
- PYPinyinEditor.cc \
- PYPinyinEngine.cc \
- PYPinyinParser.cc \
PYPinyinProperties.cc \
PYPunctEditor.cc \
PYSimpTradConverter.cc \
@@ -71,7 +65,6 @@ ibus_engine_pinyin_h_sources = \
PYBopomofoEngine.h \
PYBus.h \
PYConfig.h \
- PYDatabase.h \
PYDoublePinyinEditor.h \
PYDoublePinyinTable.h \
PYEditor.h \
@@ -82,14 +75,9 @@ ibus_engine_pinyin_h_sources = \
PYHalfFullConverter.h \
PYLookupTable.h \
PYObject.h \
- PYPhoneticEditor.h \
PYPhrase.h \
PYPhraseArray.h \
- PYPhraseEditor.h \
PYPinyinArray.h \
- PYPinyinEditor.h \
- PYPinyinEngine.h \
- PYPinyinParser.h \
PYPinyinProperties.h \
PYPointer.h \
PYProperty.h \