commit f58957747a21f34b0d663d420ae9cd2aa60ffd36
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed May 1 16:54:10 2024 +0200

    Fixup 2660df9b99b80: missing stuff after moving Lexer to support/
---
 src/Makefile.am            |  2 +-
 src/tests/check_layout.cpp |  2 +-
 src/tex2lyx/Makefile.am    | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 47a8e1ead5..44ddf66491 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
diff --git a/src/tests/check_layout.cpp b/src/tests/check_layout.cpp
index f92daa2250..5e9faf3a6b 100644
--- a/src/tests/check_layout.cpp
+++ b/src/tests/check_layout.cpp
@@ -3,9 +3,9 @@
 #include "../support/debug.h"
 #include "../support/FileName.h"
 #include "../support/filetools.h"
+#include "../support/Lexer.h"
 #include "../LayoutFile.h"
 #include "../LaTeXFeatures.h"
-#include "../Lexer.h"
 #include "../support/Messages.h"
 #include "../support/os.h"
 #include "../support/Package.h"
diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am
index 7ad91a0828..57b6b7e01d 100644
--- a/src/tex2lyx/Makefile.am
+++ b/src/tex2lyx/Makefile.am
@@ -86,6 +86,11 @@ updatetests: tex2lyx
        $(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx 
"$(top_srcdir)/lib/scripts" "$(srcdir)/test"
 
 LYX_OBJS = \
+       ../graphics/GraphicsParams.o \
+       ../insets/ExternalTemplate.o \
+       ../insets/ExternalTransforms.o \
+       ../insets/InsetLayout.o \
+       ../support/Lexer.o \
        ../Author.o \
        ../CiteEnginesList.o \
        ../Color.o \
@@ -94,15 +99,10 @@ LYX_OBJS = \
        ../FloatList.o \
        ../Floating.o \
        ../FontInfo.o \
-       ../graphics/GraphicsParams.o \
-       ../insets/ExternalTemplate.o \
-       ../insets/ExternalTransforms.o \
-       ../insets/InsetLayout.o \
        ../LaTeXPackages.o \
        ../Layout.o \
        ../LayoutFile.o \
        ../LayoutModuleList.o \
-       ../Lexer.o \
        ../ModuleList.o \
        ../Spacing.o \
        ../TextClass.o \
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to