diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-11-26 00:31:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 00:31:01 +0100 |
commit | 466d074200e4893f57c4c716c746e8549af65339 (patch) | |
tree | dce2b3013e63b295c14af90d62f9acbd908c2ac7 /src/core/Makefile.am | |
parent | 8dfeca57ede1e726de07522a87203ce13676882d (diff) | |
parent | 3792bc9ba95b8b9fd12ad60b86b8bbb06e913dc1 (diff) | |
download | irssi-466d074200e4893f57c4c716c746e8549af65339.zip |
Merge branch 'master' into hide-lines
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 91daba3f..f64d9e2e 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -56,6 +56,11 @@ libcore_a_SOURCES = \ tls.c \ write-buffer.c +if HAVE_CAPSICUM +libcore_a_SOURCES += \ + capsicum.c +endif + structure_headers = \ channel-rec.h \ channel-setup-rec.h \ @@ -69,6 +74,7 @@ structure_headers = \ pkginc_coredir=$(pkgincludedir)/src/core pkginc_core_HEADERS = \ args.h \ + capsicum.h \ channels.h \ channels-setup.h \ commands.h \ @@ -89,6 +95,7 @@ pkginc_core_HEADERS = \ net-nonblock.h \ net-sendbuffer.h \ network.h \ + network-openssl.h \ nick-rec.h \ nicklist.h \ nickmatch-cache.h \ |