commit 13a1b7064edc508f864cafa3ddb9e8664a6e4633
Author: Pavel Sanda <sa...@lyx.org>
Date:   Fri Feb 21 23:57:14 2025 +0100

    Fix make check for autotools
---
 src/Makefile.am                 | 3 ++-
 src/tests/dummy4checklayout.cpp | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a965a27d3c..7117232822 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -696,7 +696,8 @@ check_layout_LDFLAGS = $(QT_LDFLAGS) $(ADD_FRAMEWORKS)
 check_layout_SOURCES = \
        tests/boost.cpp \
        tests/check_layout.cpp \
-       tests/dummy_functions.cpp
+       tests/dummy_functions.cpp \
+       tests/dummy4checklayout.cpp
 check_layout_LYX_OBJS = \
        insets/InsetLayout.o \
        support/Lexer.o \
diff --git a/src/tests/dummy4checklayout.cpp b/src/tests/dummy4checklayout.cpp
index afdcb490dc..2be7e51fcf 100644
--- a/src/tests/dummy4checklayout.cpp
+++ b/src/tests/dummy4checklayout.cpp
@@ -18,7 +18,7 @@
 
 #include <config.h>
 
-#include "tex2lyx.h"
+#include "../tex2lyx/tex2lyx.h"
 #include "LaTeXColors.h"
 #include "LaTeXFeatures.h"
 #include "LyXRC.h"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to