diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 543713e..ad06032 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -1,3 +1,5 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | ||
2 | |||
1 | SUBDIRS = openssl | 3 | SUBDIRS = openssl |
2 | 4 | ||
3 | noinst_HEADERS = err.h | 5 | noinst_HEADERS = err.h |
@@ -24,3 +26,7 @@ noinst_HEADERS += sys/select.h | |||
24 | noinst_HEADERS += sys/socket.h | 26 | noinst_HEADERS += sys/socket.h |
25 | noinst_HEADERS += sys/times.h | 27 | noinst_HEADERS += sys/times.h |
26 | noinst_HEADERS += sys/types.h | 28 | noinst_HEADERS += sys/types.h |
29 | |||
30 | if ENABLE_LIBTLS | ||
31 | include_HEADERS = tls.h | ||
32 | endif | ||