mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
454b434d7a
commit
0458e5028b
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user