diff options
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r-- | ssl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index a2155fb..d27e2af 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -31,6 +31,7 @@ remove_bs_objects: libssl.la | |||
31 | -$(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ | 31 | -$(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ |
32 | bs_ber.o bs_cbb.o bs_cbs.o | 32 | bs_ber.o bs_cbb.o bs_cbs.o |
33 | 33 | ||
34 | libssl_la_CPPFLAGS = -I$(top_srcdir)/ssl/hidden ${AM_CPPFLAGS} | ||
34 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym | 35 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |
35 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) | 36 | libssl_la_LIBADD = $(abs_top_builddir)/crypto/libcrypto.la $(PLATFORM_LDADD) |
36 | libssl_la_LIBADD += libbs.la | 37 | libssl_la_LIBADD += libbs.la |