mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
add APPLESPELL orthogonal to ASPELL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34811 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4f735babe2
commit
b12da1968a
@ -44,7 +44,7 @@ endif
|
|||||||
BUILT_SOURCES = $(PCH_FILE)
|
BUILT_SOURCES = $(PCH_FILE)
|
||||||
|
|
||||||
if INSTALL_MACOSX
|
if INSTALL_MACOSX
|
||||||
ASPELL = AppleSpellChecker.cpp AppleSpellChecker.h
|
APPLESPELL = AppleSpellChecker.cpp AppleSpellChecker.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_ASPELL
|
if USE_ASPELL
|
||||||
@ -65,6 +65,7 @@ endif
|
|||||||
# and in fact libtools seems not able to do that.
|
# and in fact libtools seems not able to do that.
|
||||||
lyx_SOURCES = \
|
lyx_SOURCES = \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
|
$(APPLESPELL) \
|
||||||
$(ASPELL) \
|
$(ASPELL) \
|
||||||
BiblioInfo.h \
|
BiblioInfo.h \
|
||||||
BiblioInfo.cpp \
|
BiblioInfo.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user