]> git.lyx.org Git - features.git/commitdiff
fix compilation of applespell with autotools
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 8 Jul 2010 07:44:34 +0000 (07:44 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 8 Jul 2010 07:44:34 +0000 (07:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34810 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

index de4aef7c3535a426186b221e497eb739b0e1254a..f0c4ca3ad1d2057a4eae05cd6d19e6908be6e78e 100644 (file)
@@ -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