From 546f91ac9e2bfa3c97587da57bfccecda59e7bf9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 26 Oct 2009 15:45:33 +0000 Subject: [PATCH] fix linking of Compare.o with autotools git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31748 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 ea3afcbb4f..bc0d3682a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,6 +67,8 @@ lyx_SOURCES = \ BiblioInfo.cpp \ Box.cpp \ Box.h \ + Compare.cpp \ + Compare.h \ Dimension.cpp \ Dimension.h \ $(HUNSPELL) \ @@ -94,7 +96,6 @@ SOURCEFILESCORE = \ Chktex.cpp \ CmdDef.cpp \ Color.cpp \ - Compare.cpp \ ConverterCache.cpp \ Converter.cpp \ CoordCache.cpp \ @@ -191,7 +192,6 @@ HEADERFILESCORE = \ ColorCode.h \ Color.h \ ColorSet.h \ - Compare.h \ CompletionList.h \ ConverterCache.h \ Converter.h \ -- 2.39.2