diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/nc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index a8e7a40..9d5dafc 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am | |||
@@ -13,7 +13,7 @@ nc_SOURCES += socks.c | |||
13 | noinst_HEADERS = atomicio.h | 13 | noinst_HEADERS = atomicio.h |
14 | 14 | ||
15 | if !HAVE_STRTONUM | 15 | if !HAVE_STRTONUM |
16 | nc_SOURCES += compat/strtonum.c | 16 | nc_SOURCES += strtonum.c |
17 | endif | 17 | endif |
18 | 18 | ||
19 | endif | 19 | endif |