diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/nc/Makefile.am | 2 | ||||
-rw-r--r-- | apps/openssl/Makefile.am | 2 |
2 files changed, 4 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 | ||
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 9c763e1..5a8d458 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -2,6 +2,8 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | bin_PROGRAMS = openssl | 3 | bin_PROGRAMS = openssl |
4 | 4 | ||
5 | dist_man_MANS = openssl.1 | ||
6 | |||
5 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 7 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
6 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 8 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
7 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | 9 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la |