Fixup 2660df9b99: missing stuff after moving Lexer to support/

This commit is contained in:
Jean-Marc Lasgouttes 2024-05-01 16:54:10 +02:00
parent a4d9315bc4
commit f58957747a
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -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 \