correct nc compat path

This commit is contained in:
Brent Cook 2015-09-12 10:15:00 -05:00
parent a64c42a09d
commit dcbaa6b699

View File

@ -13,7 +13,7 @@ nc_SOURCES += socks.c
noinst_HEADERS = atomicio.h
if !HAVE_STRTONUM
nc_SOURCES += compat/strtonum.c
nc_SOURCES += strtonum.c
endif
endif