From: Jean-Marc Lasgouttes Date: Thu, 8 Jul 2010 07:44:34 +0000 (+0000) Subject: fix compilation of applespell with autotools X-Git-Tag: 2.0.0~3025 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4f735babe278455ea07b3f836cec6a5908a13590;p=features.git fix compilation of applespell with autotools git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34810 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index de4aef7c35..f0c4ca3ad1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,10 @@ endif BUILT_SOURCES = $(PCH_FILE) +if INSTALL_MACOSX +ASPELL = AppleSpellChecker.cpp AppleSpellChecker.h +endif + if USE_ASPELL ASPELL = AspellChecker.cpp AspellChecker.h endif