summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2008-04-18 00:13:48 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2008-04-18 00:13:48 +0000
commitdcb275b283fe9153a65c12478d0199c2dbcb39ed (patch)
tree45f8795957a7be20d8f18537ac71ac0647d6149d
parent2f1871a8ece907043799e46d9377f7bc0c821567 (diff)
downloadenchant-dcb275b283fe9153a65c12478d0199c2dbcb39ed.tar.gz
fix 'make distcheck'
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@23529 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/myspell/Makefile.am2
-rw-r--r--src/myspell/hunspell.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/myspell/Makefile.am b/src/myspell/Makefile.am
index 0e529ca..e8a5963 100644
--- a/src/myspell/Makefile.am
+++ b/src/myspell/Makefile.am
@@ -6,7 +6,7 @@ endif
# copied from hunspell 1.2.2
COPIED_MYSPELL_FILES= \
- affentry.cxx
+ affentry.cxx \
affentry.hxx \
affixmgr.cxx \
affixmgr.hxx \
diff --git a/src/myspell/hunspell.cxx b/src/myspell/hunspell.cxx
index e74b34a..273aba0 100644
--- a/src/myspell/hunspell.cxx
+++ b/src/myspell/hunspell.cxx
@@ -13,7 +13,6 @@
#include "hunspell.hxx"
#include "hunspell.h"
-#include "config.h"
#include "csutil.hxx"
#ifndef MOZILLA_CLIENT