From: Stephan Witt Date: Thu, 8 Jul 2010 07:54:42 +0000 (+0000) Subject: add APPLESPELL orthogonal to ASPELL X-Git-Tag: 2.0.0~3024 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b12da1968a5e59d22428e811996e12856dfe4962;p=lyx.git add APPLESPELL orthogonal to ASPELL git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34811 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index f0c4ca3ad1..8ee4be23d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,7 @@ endif BUILT_SOURCES = $(PCH_FILE) if INSTALL_MACOSX -ASPELL = AppleSpellChecker.cpp AppleSpellChecker.h +APPLESPELL = AppleSpellChecker.cpp AppleSpellChecker.h endif if USE_ASPELL @@ -65,6 +65,7 @@ endif # and in fact libtools seems not able to do that. lyx_SOURCES = \ main.cpp \ + $(APPLESPELL) \ $(ASPELL) \ BiblioInfo.h \ BiblioInfo.cpp \