[dasher] Compile fix to header name, and PinYinConversionHelper.cpp is no more.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Compile fix to header name, and PinYinConversionHelper.cpp is no more.
- Date: Mon, 17 May 2010 11:44:14 +0000 (UTC)
commit be89acfd1b4a6a93203573fb40b6bf773cbd2b73
Author: Patrick Welche <prlw1 cam ac uk>
Date: Mon May 17 12:38:58 2010 +0100
Compile fix to header name, and PinYinConversionHelper.cpp is no more.
Src/DasherCore/MandarinAlphMgr.cpp | 2 +-
configure.ac | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Src/DasherCore/MandarinAlphMgr.cpp b/Src/DasherCore/MandarinAlphMgr.cpp
index 7c700fa..c276ed1 100644
--- a/Src/DasherCore/MandarinAlphMgr.cpp
+++ b/Src/DasherCore/MandarinAlphMgr.cpp
@@ -21,7 +21,7 @@
#include "../Common/Common.h"
#include "MandarinAlphMgr.h"
-#include "PPMPYLanguageModel.h"
+#include "LanguageModelling/PPMPYLanguageModel.h"
#include "DasherInterfaceBase.h"
#include "DasherNode.h"
#include "Event.h"
diff --git a/configure.ac b/configure.ac
index 144b0ea..8ee70f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,8 +303,7 @@ AC_SUBST(JAPANESE_SOURCES)
if test x"$WITHCHINESE" = xtrue; then
AC_DEFINE([CHINESE], 1, [Chinese support enabled])
- CHINESE_SOURCES='PinYinConversionHelper.$(OBJEXT) PinyinParser.$(OBJEXT)'
-
+ CHINESE_SOURCES='PinyinParser.$(OBJEXT)'
else
CHINESE_SOURCES=
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]