1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2005-12-15 00:34:38 -03:00
parent 4904fd3c16
commit 3cae883113

View File

@ -18,6 +18,8 @@
pkglib_LTLIBRARIES=libz.la
libz_la_LDFLAGS= -version-info=3:3:2
noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \
inftrees.h trees.h zconf.h zlib.h zutil.h