From dcb275b283fe9153a65c12478d0199c2dbcb39ed Mon Sep 17 00:00:00 2001 From: Dom Lachowicz Date: Fri, 18 Apr 2008 00:13:48 +0000 Subject: fix 'make distcheck' git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@23529 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 --- src/myspell/Makefile.am | 2 +- src/myspell/hunspell.cxx | 1 - 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1