]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Continue working on the embedding feature. An additional parameter updateFile is...
[lyx.git] / src / Makefile.am
index 36d8cdd478bb0f3bb54425dc248a8467ed7c971d..9c778971191051f3993fbe876e9004fcf0fe1246 100644 (file)
@@ -63,8 +63,6 @@ lyx_SOURCES = \
        $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \
        Box.cpp \
        Box.h \
-       MenuBackend.cpp \
-       MenuBackend.h \
        Dimension.cpp \
        Dimension.h \
        PrinterParams.cpp \
@@ -78,7 +76,6 @@ endif
 
 SOURCEFILESCORE = \
        Author.cpp \
-       BaseClassList.cpp \
        BiblioInfo.cpp \
        Bidi.cpp \
        boost.cpp \
@@ -125,6 +122,7 @@ SOURCEFILESCORE = \
        Language.cpp \
        LaTeX.cpp \
        LaTeXFeatures.cpp \
+       LayoutFile.cpp \
        Length.cpp \
        lengthcommon.cpp \
        Lexer.cpp \
@@ -173,7 +171,6 @@ SOURCEFILESCORE = \
 
 HEADERFILESCORE = \
        Author.h \
-       BaseClassList.h \
        BiblioInfo.h \
        Bidi.h \
        BranchList.h \
@@ -225,6 +222,7 @@ HEADERFILESCORE = \
        LaTeX.h \
        Layout.h \
        LayoutEnums.h \
+       LayoutFile.h \
        Length.h \
        Lexer.h \
        lfuns.h \