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:
Angus Leeming 2005-02-02 18:39:59 +00:00
parent 1b80079017
commit cf5c5ac9b0
2 changed files with 5 additions and 1 deletions

View File

@ -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 ;-)

View File

@ -50,7 +50,7 @@ tex2lyx_SOURCES = \
tex2lyx_LDADD = \
$(top_builddir)/src/support/libsupport.la \
$(BOOST_LIBS) -lz
$(BOOST_LIBS)
$(BUILT_SOURCES) :
@rm -f $@ ; \