diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
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 | ||
| 32 | STATICLIB=libz.a | 32 | STATICLIB=libz.a |
| 33 | SHAREDLIB=libz.so | 33 | SHAREDLIB=libz.so |
| 34 | SHAREDLIBV=libz.so.1.3.1.2 | 34 | SHAREDLIBV=libz.so.1.3.2 |
| 35 | SHAREDLIBM=libz.so.1 | 35 | SHAREDLIBM=libz.so.1 |
| 36 | LIBS=$(STATICLIB) $(SHAREDLIBV) | 36 | LIBS=$(STATICLIB) $(SHAREDLIBV) |
| 37 | 37 | ||
