diff options
author | Werner Koch <wk@gnupg.org> | 1998-06-25 13:08:18 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-06-25 13:08:18 +0200 |
commit | 248f46c5d363c41ae2401891c9c6df6d9bfc5ee9 (patch) | |
tree | c4029a21e5794fdc111e934e7e0fb5b7e239f61d /zlib | |
parent | nearly ready for 0.3.0 (diff) | |
download | gnupg2-248f46c5d363c41ae2401891c9c6df6d9bfc5ee9.tar.xz gnupg2-248f46c5d363c41ae2401891c9c6df6d9bfc5ee9.zip |
0.3 readyV0-3-0
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zlib/Makefile b/zlib/Makefile index 6f76a64ea..bc8f9ea80 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -71,6 +71,7 @@ CATOBJEXT = .gmo CC = gcc CPP = gcc -E DATADIRNAME = share +DYNLINK_LDFLAGS = -rdynamic G10_LOCALEDIR = /usr/local/share/locale GENCAT = GMOFILES = de.gmo it.gmo @@ -91,7 +92,7 @@ POSUB = po RANLIB = ranlib USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 0.2.19c +VERSION = 0.3.0 ZLIBS = l = @@ -121,7 +122,7 @@ LIBRARIES = $(noinst_LIBRARIES) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.. CPPFLAGS = LDFLAGS = -LIBS = -lz +LIBS = -ldl -lz libzlib_a_LIBADD = libzlib_a_OBJECTS = adler32.o compress.o crc32.o gzio.o uncompr.o \ deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o \ |