]> git.lyx.org Git - features.git/commitdiff
add APPLESPELL orthogonal to ASPELL
authorStephan Witt <switt@lyx.org>
Thu, 8 Jul 2010 07:54:42 +0000 (07:54 +0000)
committerStephan Witt <switt@lyx.org>
Thu, 8 Jul 2010 07:54:42 +0000 (07:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34811 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

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