aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d1f0b8ea..bee83edf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
1# Makefile for zlib 1# Makefile for zlib
2# Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler 2# Copyright (C) 1995-2026 Jean-loup Gailly, Mark Adler
3# For conditions of distribution and use, see copyright notice in zlib.h 3# For conditions of distribution and use, see copyright notice in zlib.h
4 4
5# To compile and test, type: 5# To compile and test, type:
@@ -31,7 +31,7 @@ VGFMAFLAG=
31 31
32STATICLIB=libz.a 32STATICLIB=libz.a
33SHAREDLIB=libz.so 33SHAREDLIB=libz.so
34SHAREDLIBV=libz.so.1.3.1.2 34SHAREDLIBV=libz.so.1.3.2
35SHAREDLIBM=libz.so.1 35SHAREDLIBM=libz.so.1
36LIBS=$(STATICLIB) $(SHAREDLIBV) 36LIBS=$(STATICLIB) $(SHAREDLIBV)
37 37