1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Fix misspelling of ZLIB_LIBS. Closes #1073

This commit is contained in:
dmiller
2018-03-10 03:09:32 +00:00
parent ebf7528c5b
commit 822dfa51a0

View File

@@ -105,7 +105,7 @@ NSE_SRC+=nse_libssh2.cc
NSE_HDRS+=nse_libssh2.h
NSE_OBJS+=nse_libssh2.o
endif
ifneq (@LIBZLIB_LIBS@,)
ifneq (@ZLIB_LIBS@,)
NSE_SRC+=nse_zlib.cc
NSE_HDRS+=nse_zlib.h
NSE_OBJS+=nse_zlib.o