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