mirror of https://github.com/madler/zlib
minizip: don't install crypt.h
People did mistakenly or unintentionally include crypt.h before, don't install this internal header from now.
This commit is contained in:
parent
90287635ef
commit
e490ddad30
|
@ -26,13 +26,15 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
|
|||
|
||||
minizip_includedir = $(includedir)/minizip
|
||||
minizip_include_HEADERS = \
|
||||
crypt.h \
|
||||
ioapi.h \
|
||||
mztools.h \
|
||||
unzip.h \
|
||||
zip.h \
|
||||
${iowin32_h}
|
||||
|
||||
noinst_HEADERS = \
|
||||
crypt.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = minizip.pc
|
||||
|
||||
|
|
Loading…
Reference in New Issue