Index: src/other/spell/xp/GNUmakefile.am =================================================================== RCS file: /cvsroot/abi/src/other/spell/xp/GNUmakefile.am,v retrieving revision 1.6 diff -c -r1.6 GNUmakefile.am *** src/other/spell/xp/GNUmakefile.am 4 Oct 2002 14:24:54 -0000 1.6 --- src/other/spell/xp/GNUmakefile.am 10 Oct 2002 09:52:42 -0000 *************** *** 22,34 **** noinst_LIBRARIES = libSpell.a ! COMMONSOURCES = spell_manager.cpp barbarisms.cpp if WITH_PSPELL libSpell_a_SOURCES = $(COMMONSOURCES) pspell_checker.cpp else libSpell_a_SOURCES = $(COMMONSOURCES) ispell_checker.cpp \ ! good.c tgood.c lookup.c makedent.c hash.c correct.c endif --- 22,34 ---- noinst_LIBRARIES = libSpell.a ! COMMONSOURCES = spell_manager.cpp barbarisms.cpp makedent.c if WITH_PSPELL libSpell_a_SOURCES = $(COMMONSOURCES) pspell_checker.cpp else libSpell_a_SOURCES = $(COMMONSOURCES) ispell_checker.cpp \ ! good.c tgood.c lookup.c hash.c correct.c endif