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