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)