mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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
|
tests/boost.cpp
|
||||||
check_layout_LYX_OBJS = \
|
check_layout_LYX_OBJS = \
|
||||||
insets/InsetLayout.o \
|
insets/InsetLayout.o \
|
||||||
|
support/Lexer.o \
|
||||||
CiteEnginesList.o \
|
CiteEnginesList.o \
|
||||||
Color.o \
|
Color.o \
|
||||||
Counters.o \
|
Counters.o \
|
||||||
@ -717,7 +718,6 @@ check_layout_LYX_OBJS = \
|
|||||||
FontInfo.o \
|
FontInfo.o \
|
||||||
Layout.o \
|
Layout.o \
|
||||||
LayoutFile.o \
|
LayoutFile.o \
|
||||||
Lexer.o \
|
|
||||||
ModuleList.o \
|
ModuleList.o \
|
||||||
Spacing.o \
|
Spacing.o \
|
||||||
TextClass.o
|
TextClass.o
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
#include "../support/debug.h"
|
#include "../support/debug.h"
|
||||||
#include "../support/FileName.h"
|
#include "../support/FileName.h"
|
||||||
#include "../support/filetools.h"
|
#include "../support/filetools.h"
|
||||||
|
#include "../support/Lexer.h"
|
||||||
#include "../LayoutFile.h"
|
#include "../LayoutFile.h"
|
||||||
#include "../LaTeXFeatures.h"
|
#include "../LaTeXFeatures.h"
|
||||||
#include "../Lexer.h"
|
|
||||||
#include "../support/Messages.h"
|
#include "../support/Messages.h"
|
||||||
#include "../support/os.h"
|
#include "../support/os.h"
|
||||||
#include "../support/Package.h"
|
#include "../support/Package.h"
|
||||||
|
@ -86,6 +86,11 @@ updatetests: tex2lyx
|
|||||||
$(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"
|
$(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"
|
||||||
|
|
||||||
LYX_OBJS = \
|
LYX_OBJS = \
|
||||||
|
../graphics/GraphicsParams.o \
|
||||||
|
../insets/ExternalTemplate.o \
|
||||||
|
../insets/ExternalTransforms.o \
|
||||||
|
../insets/InsetLayout.o \
|
||||||
|
../support/Lexer.o \
|
||||||
../Author.o \
|
../Author.o \
|
||||||
../CiteEnginesList.o \
|
../CiteEnginesList.o \
|
||||||
../Color.o \
|
../Color.o \
|
||||||
@ -94,15 +99,10 @@ LYX_OBJS = \
|
|||||||
../FloatList.o \
|
../FloatList.o \
|
||||||
../Floating.o \
|
../Floating.o \
|
||||||
../FontInfo.o \
|
../FontInfo.o \
|
||||||
../graphics/GraphicsParams.o \
|
|
||||||
../insets/ExternalTemplate.o \
|
|
||||||
../insets/ExternalTransforms.o \
|
|
||||||
../insets/InsetLayout.o \
|
|
||||||
../LaTeXPackages.o \
|
../LaTeXPackages.o \
|
||||||
../Layout.o \
|
../Layout.o \
|
||||||
../LayoutFile.o \
|
../LayoutFile.o \
|
||||||
../LayoutModuleList.o \
|
../LayoutModuleList.o \
|
||||||
../Lexer.o \
|
|
||||||
../ModuleList.o \
|
../ModuleList.o \
|
||||||
../Spacing.o \
|
../Spacing.o \
|
||||||
../TextClass.o \
|
../TextClass.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user