diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am index 30978c1..3604349 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am | |||
@@ -2,7 +2,6 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | bin_PROGRAMS = openssl | 3 | bin_PROGRAMS = openssl |
4 | 4 | ||
5 | openssl_CFLAGS = $(USER_CFLAGS) | ||
6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 5 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 6 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | 7 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la |