From 9180cf6e7b9d0200cad6bd5d3c7a289574f9fb49 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 1 Mar 2008 17:22:19 +0000 Subject: [PATCH] * monolithic-core fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23373 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c2119a1705..619d8423c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -159,6 +159,7 @@ SOURCEFILESCORE = \ Text2.cpp \ Text3.cpp \ TexStream.cpp \ + TextClass.cpp \ TextMetrics.cpp \ TocBackend.cpp \ ToolbarBackend.cpp \ @@ -275,8 +276,7 @@ HEADERFILESCORE = \ WordList.h STANDALONEFILES = \ - Layout.cpp \ - TextClass.cpp + Layout.cpp lyxcore.cpp: -- 2.39.2