X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=323f3772987a063a44b369cd9b01f80efe398da7;hb=edc94a578f3e43c036842f91f25cf2eea42eb6cf;hp=f0c4ca3ad1d2057a4eae05cd6d19e6908be6e78e;hpb=4f735babe278455ea07b3f836cec6a5908a13590;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index f0c4ca3ad1..323f377298 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,19 +44,22 @@ endif BUILT_SOURCES = $(PCH_FILE) if INSTALL_MACOSX -ASPELL = AppleSpellChecker.cpp AppleSpellChecker.h +APPLESPELL = AppleSpellChecker.cpp AppleSpellChecker.h endif if USE_ASPELL ASPELL = AspellChecker.cpp AspellChecker.h +PWL = PersonalWordList.cpp PersonalWordList.h endif if USE_ENCHANT ENCHANT = EnchantChecker.cpp EnchantChecker.h +PWL = PersonalWordList.cpp PersonalWordList.h endif if USE_HUNSPELL HUNSPELL = HunspellChecker.cpp HunspellChecker.h +PWL = PersonalWordList.cpp PersonalWordList.h endif # These four objects are linked as object files as they are not @@ -65,6 +68,7 @@ endif # and in fact libtools seems not able to do that. lyx_SOURCES = \ main.cpp \ + $(APPLESPELL) \ $(ASPELL) \ BiblioInfo.h \ BiblioInfo.cpp \ @@ -76,6 +80,7 @@ lyx_SOURCES = \ Dimension.h \ $(ENCHANT) \ $(HUNSPELL) \ + $(PWL) \ PrinterParams.cpp \ PrinterParams.h \ Thesaurus.cpp \ @@ -408,6 +413,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 +479,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 +562,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 +618,7 @@ HEADERFILESINSETS = \ insets/InsetPhantom.h \ insets/InsetQuotes.h \ insets/InsetRef.h \ + insets/InsetScript.h \ insets/InsetSpace.h \ insets/InsetSpecialChar.h \ insets/InsetTabular.h \