diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ssl/Makefile.am.tpl b/ssl/Makefile.am.tpl new file mode 100644 index 0000000..16caa92 --- /dev/null +++ b/ssl/Makefile.am.tpl | |||
@@ -0,0 +1,9 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | ||
2 | |||
3 | lib_LTLIBRARIES = libssl.la | ||
4 | |||
5 | libssl_la_LDFLAGS = -version-info libssl-version | ||
6 | |||
7 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | ||
8 | libssl_la_SOURCES = | ||
9 | noinst_HEADERS = | ||