]> git.lyx.org Git - features.git/commitdiff
Lars' fix for the xforms linking problem.
authorAngus Leeming <leeming@lyx.org>
Tue, 20 May 2003 08:44:01 +0000 (08:44 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 20 May 2003 08:44:01 +0000 (08:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6984 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/Makefile.am

index 5baf028b87e1cdcb6baf6aa29578e793f5d9f90e..19859d9a826bc4594b2edbd409945dbdb2647144 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: ensure that lyx is relinked upon changes to the
+       various "convenience" libs.
+
 2003-05-20  Angus Leeming  <leeming@lyx.org>
 
        * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
index 61834c4844053caf225ba357e18eba6ff231bbf7..a62dbc50ec27bd594ecdcdb50ca0f7f4c7af82da 100644 (file)
@@ -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)