aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am6
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 @@
1include $(top_srcdir)/Makefile.am.common
2
1SUBDIRS = openssl 3SUBDIRS = openssl
2 4
3noinst_HEADERS = err.h 5noinst_HEADERS = err.h
@@ -24,3 +26,7 @@ noinst_HEADERS += sys/select.h
24noinst_HEADERS += sys/socket.h 26noinst_HEADERS += sys/socket.h
25noinst_HEADERS += sys/times.h 27noinst_HEADERS += sys/times.h
26noinst_HEADERS += sys/types.h 28noinst_HEADERS += sys/types.h
29
30if ENABLE_LIBTLS
31include_HEADERS = tls.h
32endif