From: Angus Leeming Date: Tue, 20 May 2003 08:44:01 +0000 (+0000) Subject: Lars' fix for the xforms linking problem. X-Git-Tag: 1.6.10~16805 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0458e5028bfe856fe5e0d5bee50e4e8cde2bbf85;p=features.git Lars' fix for the xforms linking problem. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6984 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 5baf028b87..19859d9a82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Lars Gullik Bjønnes + + * Makefile.am: ensure that lyx is relinked upon changes to the + various "convenience" libs. + 2003-05-20 Angus Leeming * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that diff --git a/src/Makefile.am b/src/Makefile.am index 61834c4844..a62dbc50ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,8 @@ endif lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \ $(AIKSAURUS_LIBS) @LIBS@ +lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) + #lyx_LDFLAGS=-Wl,-O1 INCLUDES = $(BOOST_INCLUDES)