mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
It appears that tex2lyx no longer requires libz...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9578 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b80079017
commit
cf5c5ac9b0
@ -1,3 +1,7 @@
|
||||
2005-02-02 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: remove -lz library from the linker call.
|
||||
|
||||
2005-02-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* text.C (parse_text): Use '\n' and not '\\n' for a newline ;-)
|
||||
|
@ -50,7 +50,7 @@ tex2lyx_SOURCES = \
|
||||
|
||||
tex2lyx_LDADD = \
|
||||
$(top_builddir)/src/support/libsupport.la \
|
||||
$(BOOST_LIBS) -lz
|
||||
$(BOOST_LIBS)
|
||||
|
||||
$(BUILT_SOURCES) :
|
||||
@rm -f $@ ; \
|
||||
|
Loading…
Reference in New Issue
Block a user