lasgout...@lyx.org schreef:
Author: lasgouttes
Date: Mon Oct 26 16:45:33 2009
New Revision: 31748
URL: http://www.lyx.org/trac/changeset/31748
Log:
fix linking of Compare.o with autotools
Modified:
lyx-devel/trunk/src/Makefile.am
Modified: lyx-devel/trunk/src/Makefile.am
==============================================================================
--- lyx-devel/trunk/src/Makefile.am Mon Oct 26 16:45:01 2009 (r31747)
+++ lyx-devel/trunk/src/Makefile.am Mon Oct 26 16:45:33 2009 (r31748)
@@ -67,6 +67,8 @@
BiblioInfo.cpp \
Box.cpp \
Box.h \
+ Compare.cpp \
+ Compare.h \
Dimension.cpp \
Dimension.h \
$(HUNSPELL) \
@@ -94,7 +96,6 @@
Chktex.cpp \
CmdDef.cpp \
Color.cpp \
- Compare.cpp \
ConverterCache.cpp \
Converter.cpp \
CoordCache.cpp \
@@ -191,7 +192,6 @@
ColorCode.h \
Color.h \
ColorSet.h \
- Compare.h \
CompletionList.h \
ConverterCache.h \
Converter.h \
OK, this was beyond my autotools knowledge ;-)..
Thanks for fixing.
Vincent