]> git.lyx.org Git - features.git/commitdiff
It appears that tex2lyx no longer requires libz...
authorAngus Leeming <leeming@lyx.org>
Wed, 2 Feb 2005 18:39:59 +0000 (18:39 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 2 Feb 2005 18:39:59 +0000 (18:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9578 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/ChangeLog
src/tex2lyx/Makefile.am

index cf4b7e711d20bb173131777c5a6f5b48d737e049..78b28a935be4746abef7ba63f87fa9914ba60684 100644 (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 ;-)
index 65f07cd5172a014b788ddaffc05095af74ee1367..d9026e62fbbd4fa7de22ca4a45a2b26611091631 100644 (file)
@@ -50,7 +50,7 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/libsupport.la \
-       $(BOOST_LIBS) -lz
+       $(BOOST_LIBS)
 
 $(BUILT_SOURCES) :
        @rm -f $@ ; \