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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user