From: Pavel Sanda Date: Sat, 1 Mar 2008 17:22:19 +0000 (+0000) Subject: * monolithic-core fix. X-Git-Tag: 1.6.10~5963 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9180cf6e7b9d0200cad6bd5d3c7a289574f9fb49;p=features.git * monolithic-core fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23373 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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: