aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am2
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
13noinst_HEADERS = atomicio.h 13noinst_HEADERS = atomicio.h
14 14
15if !HAVE_STRTONUM 15if !HAVE_STRTONUM
16nc_SOURCES += compat/strtonum.c 16nc_SOURCES += strtonum.c
17endif 17endif
18 18
19endif 19endif