summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2005-10-22 20:41:24 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2005-10-22 20:41:24 +0000
commit30859ff83d24fb6eca0818bd86a033641a3b274d (patch)
treeb8e74161da2ee07fc1cee366dc3d2727840d9dd5
parent311aab50ba37789f08673aef46397acdea38b3f5 (diff)
downloadenchant-30859ff83d24fb6eca0818bd86a033641a3b274d.tar.gz
make 'make distcheck' pass
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21076 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/Makefile.am2
-rw-r--r--src/ispell/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c50851a..fcec507 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ else
libenchant_la_LIBADD= $(ENCHANT_LIBS)
endif
libenchant_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
-libenchant_la_SOURCES = prefix.c enchant.c enchant.h
+libenchant_la_SOURCES = prefix.c enchant.c enchant.h prefix.h
libenchant_includedir = $(includedir)/enchant/
libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h
diff --git a/src/ispell/Makefile.am b/src/ispell/Makefile.am
index d3718f0..2dc091a 100644
--- a/src/ispell/Makefile.am
+++ b/src/ispell/Makefile.am
@@ -16,12 +16,12 @@ libenchant_ispell_la_SOURCES = \
correct.cpp \
good.cpp \
hash.cpp \
- lookup.cpp \
- makedent.cpp \
- tgood.cpp \
+ ispell_checker.cpp \
ispell_checker.h \
ispell_def.h \
ispell.h \
+ lookup.cpp \
+ makedent.cpp \
msgs.h \
sp_spell.h \
- ispell_checker.cpp
+ tgood.cpp