diff options
-rw-r--r-- | apps/Makefile.am | 1 | ||||
-rw-r--r-- | tests/Makefile.am.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am index 16f88ad..769a033 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am | |||
@@ -5,6 +5,7 @@ bin_PROGRAMS = openssl | |||
5 | openssl_CFLAGS = $(USER_CFLAGS) | 5 | openssl_CFLAGS = $(USER_CFLAGS) |
6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | ||
8 | 9 | ||
9 | openssl_SOURCES = apps.c | 10 | openssl_SOURCES = apps.c |
10 | openssl_SOURCES += asn1pars.c | 11 | openssl_SOURCES += asn1pars.c |
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index fb3986b..b2a4920 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl | |||
@@ -5,6 +5,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | |||
5 | 5 | ||
6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | LDADD += $(top_builddir)/ssl/libssl.la | 7 | LDADD += $(top_builddir)/ssl/libssl.la |
8 | LDADD += $(top_builddir)/crypto/libcrypto.la | ||
8 | 9 | ||
9 | TESTS = | 10 | TESTS = |
10 | check_PROGRAMS = | 11 | check_PROGRAMS = |