Commit 3cae8831 authored by unknown's avatar unknown

Makefile.am:

  - modified zlib/Makefile.am so we now generate libz.so.1.2.3 instead of libz.so.0.0.0


zlib/Makefile.am:
  - modified zlib/Makefile.am so we now generate libz.so.1.2.3 instead of libz.so.0.0.0
parent 4904fd3c
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
pkglib_LTLIBRARIES=libz.la pkglib_LTLIBRARIES=libz.la
libz_la_LDFLAGS= -version-info=3:3:2
noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \ noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \
inftrees.h trees.h zconf.h zlib.h zutil.h inftrees.h trees.h zconf.h zlib.h zutil.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment