diff options
Diffstat (limited to 'apps/nc')
-rw-r--r-- | apps/nc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index b27d7de..916681b 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am | |||
@@ -6,6 +6,8 @@ if HAVE_POLL | |||
6 | 6 | ||
7 | noinst_PROGRAMS = nc | 7 | noinst_PROGRAMS = nc |
8 | 8 | ||
9 | EXTRA_DIST = nc.1 | ||
10 | |||
9 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 11 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
10 | nc_LDADD += $(top_builddir)/tls/libtls.la | 12 | nc_LDADD += $(top_builddir)/tls/libtls.la |
11 | 13 | ||