summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-10-31 15:15:45 +0100
committerGitHub <noreply@github.com>2016-10-31 15:15:45 +0100
commit1652c8a561486c630e573002af7d43a34915c871 (patch)
tree582199846e88cf93228f42740ac6e08933869979 /src/core/Makefile.am
parentfb78787d4e2098612979b45df3237b67effbbc3a (diff)
parentbc4e2c9ade41182ff643a94bbcb72ffe86b0e67c (diff)
downloadirssi-1652c8a561486c630e573002af7d43a34915c871.zip
Merge pull request #557 from irssi/ahf/tls-pr
TLS enhancements
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index af323234..10bd035a 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -46,6 +46,7 @@ libcore_a_SOURCES = \
special-vars.c \
utf8.c \
wcwidth.c \
+ tls.c \
write-buffer.c
structure_headers = \
@@ -97,5 +98,6 @@ pkginc_core_HEADERS = \
special-vars.h \
utf8.h \
window-item-def.h \
+ tls.h \
write-buffer.h \
$(structure_headers)