mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
fix compilation of applespell with autotools
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07e8f2e1bc
commit
4f735babe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user