diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
| commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
| tree | 16b86ef85c591c244523c98c71508be7908d1189 /Makefile | |
| parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
| download | zlib-master.tar.gz zlib-master.tar.bz2 zlib-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7200c96..cb8b00a 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for zlib | 1 | # Makefile for zlib |
| 2 | # Copyright (C) 1995-2017 Jean-loup Gailly, Mark Adler | 2 | # Copyright (C) 1995-2024 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: |
| @@ -28,7 +28,7 @@ CPP=$(CC) -E | |||
| 28 | 28 | ||
| 29 | STATICLIB=libz.a | 29 | STATICLIB=libz.a |
| 30 | SHAREDLIB=libz.so | 30 | SHAREDLIB=libz.so |
| 31 | SHAREDLIBV=libz.so.1.3.0.1 | 31 | SHAREDLIBV=libz.so.1.3.1 |
| 32 | SHAREDLIBM=libz.so.1 | 32 | SHAREDLIBM=libz.so.1 |
| 33 | LIBS=$(STATICLIB) $(SHAREDLIBV) | 33 | LIBS=$(STATICLIB) $(SHAREDLIBV) |
| 34 | 34 | ||
