aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am
index cfcdab1..564080c 100644
--- a/apps/nc/Makefile.am
+++ b/apps/nc/Makefile.am
@@ -12,6 +12,11 @@ nc_LDADD += $(top_builddir)/ssl/libssl.la
12nc_LDADD += $(top_builddir)/tls/libtls.la 12nc_LDADD += $(top_builddir)/tls/libtls.la
13 13
14AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat 14AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat
15if OPENSSLDIR_DEFINED
16AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"@OPENSSLDIR@/cert.pem\"
17else
18AM_CPPFLAGS += -DDEFAULT_CA_FILE=\"$(sysconfdir)/ssl/cert.pem\"
19endif
15 20
16nc_SOURCES = atomicio.c 21nc_SOURCES = atomicio.c
17nc_SOURCES += netcat.c 22nc_SOURCES += netcat.c