]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Ignore ligature breaks and hyphenations during simple search (fixes #1468).
[lyx.git] / src / Makefile.am
index f0c4ca3ad1d2057a4eae05cd6d19e6908be6e78e..0f7d4b57f33bb71ec402cfb696830fe995230eb6 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 \
@@ -408,6 +409,7 @@ SOURCEFILESMATHED = \
        mathed/InsetMathUnknown.cpp \
        mathed/InsetMathXArrow.cpp \
        mathed/InsetMathXYMatrix.cpp \
+       mathed/InsetMathDiagram.cpp \
        mathed/MathAtom.cpp \
        mathed/MathAutoCorrect.cpp \
        mathed/MathData.cpp \
@@ -473,6 +475,7 @@ HEADERFILESMATHED = \
        mathed/InsetMathUnknown.h \
        mathed/InsetMathXArrow.h \
        mathed/InsetMathXYMatrix.h \
+       mathed/InsetMathDiagram.h \
        mathed/MathAtom.h \
        mathed/MathAutoCorrect.h \
        mathed/MathData.h \
@@ -555,6 +558,7 @@ SOURCEFILESINSETS = \
        insets/InsetPreview.cpp \
        insets/InsetQuotes.cpp \
        insets/InsetRef.cpp \
+       insets/InsetScript.cpp \
        insets/InsetSpace.cpp \
        insets/InsetSpecialChar.cpp \
        insets/InsetTabular.cpp \
@@ -610,6 +614,7 @@ HEADERFILESINSETS = \
        insets/InsetPhantom.h \
        insets/InsetQuotes.h \
        insets/InsetRef.h \
+       insets/InsetScript.h \
        insets/InsetSpace.h \
        insets/InsetSpecialChar.h \
        insets/InsetTabular.h \