mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +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_HDRS+=nse_libssh2.h
|
||||||
NSE_OBJS+=nse_libssh2.o
|
NSE_OBJS+=nse_libssh2.o
|
||||||
endif
|
endif
|
||||||
ifneq (@LIBZLIB_LIBS@,)
|
ifneq (@ZLIB_LIBS@,)
|
||||||
NSE_SRC+=nse_zlib.cc
|
NSE_SRC+=nse_zlib.cc
|
||||||
NSE_HDRS+=nse_zlib.h
|
NSE_HDRS+=nse_zlib.h
|
||||||
NSE_OBJS+=nse_zlib.o
|
NSE_OBJS+=nse_zlib.o
|
||||||
|
|||||||
Reference in New Issue
Block a user