]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / Makefile.am
index 99a0f98ceb16895bb81e23a84b78bf27198a7ddc..44ddf66491b78235a7e185f6675d78de19aea72e 100644 (file)
@@ -147,7 +147,6 @@ SOURCEFILESCORE = \
        LaTeXPackages.cpp \
        LayoutFile.cpp \
        LayoutModuleList.cpp \
-       Lexer.cpp \
        LyX.cpp \
        LyXAction.cpp \
        lyxfind.cpp \
@@ -177,8 +176,6 @@ SOURCEFILESCORE = \
        TexRow.cpp \
        texstream.cpp \
        Text.cpp \
-       Text2.cpp \
-       Text3.cpp \
        TextClass.cpp \
        TextMetrics.cpp \
        TocBackend.cpp \
@@ -249,7 +246,6 @@ HEADERFILESCORE = \
        LayoutEnums.h \
        LayoutFile.h \
        LayoutModuleList.h \
-       Lexer.h \
        LyXAction.h \
        lyxfind.h \
        LyX.h \
@@ -434,6 +430,7 @@ SOURCEFILESMATHED = \
        mathed/InsetMathSubstack.cpp \
        mathed/InsetMathSymbol.cpp \
        mathed/InsetMathTabular.cpp \
+       mathed/InsetMathTextsize.cpp \
        mathed/InsetMathUnderset.cpp \
        mathed/InsetMathUnknown.cpp \
        mathed/InsetMathXArrow.cpp \
@@ -505,6 +502,7 @@ HEADERFILESMATHED = \
        mathed/InsetMathSubstack.h \
        mathed/InsetMathSymbol.h \
        mathed/InsetMathTabular.h \
+       mathed/InsetMathTextsize.h \
        mathed/InsetMathUnderset.h \
        mathed/InsetMathUnknown.h \
        mathed/InsetMathXArrow.h \
@@ -565,6 +563,7 @@ SOURCEFILESINSETS = \
        insets/InsetHyperlink.cpp \
        insets/InsetInclude.cpp \
        insets/InsetIndex.cpp \
+       insets/InsetIndexMacro.cpp \
        insets/InsetInfo.cpp \
        insets/InsetIPA.cpp \
        insets/InsetIPAMacro.cpp \
@@ -626,6 +625,7 @@ HEADERFILESINSETS = \
        insets/InsetHyperlink.h \
        insets/InsetInclude.h \
        insets/InsetIndex.h \
+       insets/InsetIndexMacro.h \
        insets/InsetInfo.h \
        insets/InsetIPA.h \
        insets/InsetIPAMacro.h \
@@ -709,6 +709,7 @@ check_layout_SOURCES = \
        tests/boost.cpp
 check_layout_LYX_OBJS = \
        insets/InsetLayout.o \
+       support/Lexer.o \
        CiteEnginesList.o \
        Color.o \
        Counters.o \
@@ -717,7 +718,6 @@ check_layout_LYX_OBJS = \
        FontInfo.o \
        Layout.o \
        LayoutFile.o \
-       Lexer.o \
        ModuleList.o \
        Spacing.o \
        TextClass.o