From: Uwe Stöhr Date: Sun, 7 Dec 2008 17:09:18 +0000 (+0000) Subject: Makefile.am: PSpell and ISpell was removed for LyX 2.0 at the developer meeting X-Git-Tag: 2.0.0~7590 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=08a0d7f3cdb7b0ac1c9d0c9248e9c32e9afa8eca;p=features.git Makefile.am: PSpell and ISpell was removed for LyX 2.0 at the developer meeting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27798 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index 176683d492..721199a9b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ endif # and in fact libtools seems not able to do that. lyx_SOURCES = \ main.cpp \ - $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \ + $(ASPELL) SpellBase.cpp \ BiblioInfo.h \ BiblioInfo.cpp \ Box.cpp \