]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Partially revert r34995, which broke math output. Not sure why yet....
[lyx.git] / src / Makefile.am
index de4aef7c3535a426186b221e497eb739b0e1254a..8ee4be23d250349605dd637680a028a1f1236889 100644 (file)
@@ -43,6 +43,10 @@ endif
 
 BUILT_SOURCES = $(PCH_FILE)
 
+if INSTALL_MACOSX
+APPLESPELL = AppleSpellChecker.cpp AppleSpellChecker.h
+endif
+
 if USE_ASPELL
 ASPELL = AspellChecker.cpp AspellChecker.h
 endif
@@ -61,6 +65,7 @@ endif
 # and in fact libtools seems not able to do that.
 lyx_SOURCES = \
        main.cpp \
+       $(APPLESPELL) \
        $(ASPELL) \
        BiblioInfo.h \
        BiblioInfo.cpp \