mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup 2660df9b99
: missing stuff after moving Lexer to support/
This commit is contained in:
parent
a4d9315bc4
commit
f58957747a
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user