mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
my_memmem.c:
Back port of include change and copyright from 5.1 Makefile.am, zlib.m4: Use separate libtool convenience library for the bundled zlib to embed into executables and shared libraries created, and one to install into the pkglib directory
This commit is contained in:
parent
22f066e354
commit
8bcdaa86cf
3 changed files with 27 additions and 10 deletions
|
|
@ -19,17 +19,18 @@ INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
|
|||
|
||||
LIBS= $(NON_THREADED_LIBS)
|
||||
|
||||
pkglib_LTLIBRARIES=libz.la
|
||||
pkglib_LTLIBRARIES = libz.la
|
||||
noinst_LTLIBRARIES = libzlt.la
|
||||
|
||||
# We are never interested in a shared version
|
||||
libz_la_LDFLAGS= -static
|
||||
libz_la_LDFLAGS = -static
|
||||
|
||||
noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \
|
||||
inftrees.h trees.h zconf.h zlib.h zutil.h
|
||||
noinst_HEADERS = crc32.h deflate.h inffast.h inffixed.h inflate.h \
|
||||
inftrees.h trees.h zconf.h zlib.h zutil.h
|
||||
|
||||
libz_la_SOURCES= adler32.c compress.c crc32.c deflate.c gzio.c \
|
||||
infback.c inffast.c inflate.c inftrees.c trees.c \
|
||||
uncompr.c zutil.c
|
||||
libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c gzio.c \
|
||||
infback.c inffast.c inflate.c inftrees.c trees.c \
|
||||
uncompr.c zutil.c
|
||||
libzlt_la_SOURCES = $(libz_la_SOURCES)
|
||||
|
||||
EXTRA_DIST= README FAQ INDEX ChangeLog algorithm.txt zlib.3 CMakeLists.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue