diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am (renamed from ssl/Makefile.am.tpl) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/Makefile.am.tpl b/ssl/Makefile.am index c8f72d1..52a29b8 100644 --- a/ssl/Makefile.am.tpl +++ b/ssl/Makefile.am | |||
@@ -2,8 +2,9 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | lib_LTLIBRARIES = libssl.la | 3 | lib_LTLIBRARIES = libssl.la |
4 | 4 | ||
5 | libssl_la_LDFLAGS = -version-info libssl-version | 5 | EXTRA_DIST = VERSION |
6 | 6 | ||
7 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ | ||
7 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 8 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
8 | 9 | ||
9 | libssl_la_SOURCES = bio_ssl.c | 10 | libssl_la_SOURCES = bio_ssl.c |