Lars' fix for the xforms linking problem.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6984 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-05-20 08:44:01 +00:00
parent 454b434d7a
commit 0458e5028b
2 changed files with 7 additions and 0 deletions

View 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

View 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)