]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
1.) some white spaces removed
[lyx.git] / src / Makefile.am
index 721199a9b69ca3e29529463507245a6635031447..d4f233b5f95d93a59f87ab40f99794edd1d7b52f 100644 (file)
@@ -58,7 +58,7 @@ endif
 # and in fact libtools seems not able to do that.
 lyx_SOURCES = \
        main.cpp \
-       $(ASPELL) SpellBase.cpp \
+       $(ASPELL) \
        BiblioInfo.h \
        BiblioInfo.cpp \
        Box.cpp \
@@ -120,6 +120,7 @@ SOURCEFILESCORE = \
        LaTeX.cpp \
        LaTeXFeatures.cpp \
        LayoutFile.cpp \
+       LayoutModuleList.cpp \
        Length.cpp \
        lengthcommon.cpp \
        Lexer.cpp \
@@ -181,6 +182,7 @@ HEADERFILESCORE = \
        CmdDef.h \
        ColorCode.h \
        Color.h \
+       ColorSet.h \
        CompletionList.h \
        ConverterCache.h \
        Converter.h \
@@ -218,6 +220,7 @@ HEADERFILESCORE = \
        Layout.h \
        LayoutEnums.h \
        LayoutFile.h \
+       LayoutModuleList.h \
        Length.h \
        Lexer.h \
        LyXAction.h \
@@ -249,7 +252,7 @@ HEADERFILESCORE = \
        Session.h \
        sgml.h \
        Spacing.h \
-       SpellBase.h \
+       SpellChecker.h \
        TexRow.h \
        TexStream.h \
        Text.h \
@@ -513,6 +516,7 @@ SOURCEFILESINSETS = \
        insets/InsetNomencl.cpp \
        insets/InsetNote.cpp \
        insets/InsetOptArg.cpp \
+       insets/InsetPhantom.cpp \
        insets/InsetQuotes.cpp \
        insets/InsetRef.cpp \
        insets/InsetSpace.cpp \
@@ -566,6 +570,7 @@ HEADERFILESINSETS = \
        insets/InsetNomencl.h \
        insets/InsetNote.h \
        insets/InsetOptArg.h \
+       insets/InsetPhantom.h \
        insets/InsetQuotes.h \
        insets/InsetRef.h \
        insets/InsetSpace.h \