diff options
author | Werner Koch <wk@gnupg.org> | 1998-06-09 17:14:06 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-06-09 17:14:06 +0200 |
commit | 1ece02aa54afb9a0e51e916098373beda317f070 (patch) | |
tree | 72d56d5bd9feae8540d8bf1d2510ea08fdd58c97 /zlib | |
parent | add a challenge (diff) | |
download | gnupg2-1ece02aa54afb9a0e51e916098373beda317f070.tar.xz gnupg2-1ece02aa54afb9a0e51e916098373beda317f070.zip |
Sicherung
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib/Makefile b/zlib/Makefile index a98c6cc7a..6d752930c 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -69,8 +69,8 @@ target_triplet = i586-pc-linux-gnu CATALOGS = de.gmo it.gmo CATOBJEXT = .gmo CC = gcc -CIPHER_EXTRA_DIST = -CIPHER_EXTRA_OBJS = +CIPHER_EXTRA_DIST = @CIPHER_EXTRA_DIST@ +CIPHER_EXTRA_OBJS = @CIPHER_EXTRA_OBJS@ CPP = gcc -E DATADIRNAME = share G10_LOCALEDIR = /usr/local/share/locale @@ -93,7 +93,7 @@ POSUB = po RANLIB = ranlib USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 0.2.19 +VERSION = 0.2.19a ZLIBS = l = @@ -123,7 +123,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 \ |