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 4e6f41d..cfcdab1 100644
--- a/apps/nc/Makefile.am
+++ b/apps/nc/Makefile.am
@@ -11,7 +11,7 @@ nc_LDADD += $(top_builddir)/crypto/libcrypto.la
11nc_LDADD += $(top_builddir)/ssl/libssl.la 11nc_LDADD += $(top_builddir)/ssl/libssl.la
12nc_LDADD += $(top_builddir)/tls/libtls.la 12nc_LDADD += $(top_builddir)/tls/libtls.la
13 13
14CPPFLAGS += -I$(top_srcdir)/apps/nc/compat 14AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat
15 15
16nc_SOURCES = atomicio.c 16nc_SOURCES = atomicio.c
17nc_SOURCES += netcat.c 17nc_SOURCES += netcat.c