diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/nc/Makefile.am | 4 | ||||
-rw-r--r-- | apps/openssl/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index 2a24d87..791eade 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am | |||
@@ -11,10 +11,10 @@ endif | |||
11 | EXTRA_DIST = nc.1 | 11 | EXTRA_DIST = nc.1 |
12 | EXTRA_DIST += CMakeLists.txt | 12 | EXTRA_DIST += CMakeLists.txt |
13 | 13 | ||
14 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 14 | nc_LDADD = $(abs_top_builddir)/crypto/libcrypto.la |
15 | nc_LDADD += $(abs_top_builddir)/crypto/libcrypto.la | ||
16 | nc_LDADD += $(abs_top_builddir)/ssl/libssl.la | 15 | nc_LDADD += $(abs_top_builddir)/ssl/libssl.la |
17 | nc_LDADD += $(abs_top_builddir)/tls/libtls.la | 16 | nc_LDADD += $(abs_top_builddir)/tls/libtls.la |
17 | nc_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD) | ||
18 | 18 | ||
19 | AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat | 19 | AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat |
20 | 20 | ||
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 90881d0..9b9eb10 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -4,9 +4,9 @@ bin_PROGRAMS = openssl | |||
4 | 4 | ||
5 | dist_man_MANS = openssl.1 | 5 | dist_man_MANS = openssl.1 |
6 | 6 | ||
7 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 7 | openssl_LDADD = $(abs_top_builddir)/ssl/libssl.la |
8 | openssl_LDADD += $(abs_top_builddir)/ssl/libssl.la | ||
9 | openssl_LDADD += $(abs_top_builddir)/crypto/libcrypto.la | 8 | openssl_LDADD += $(abs_top_builddir)/crypto/libcrypto.la |
9 | openssl_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD) | ||
10 | 10 | ||
11 | openssl_SOURCES = apps.c | 11 | openssl_SOURCES = apps.c |
12 | openssl_SOURCES += asn1pars.c | 12 | openssl_SOURCES += asn1pars.c |