summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-03-25 19:04:28 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-03-25 19:04:28 -0400
commite8c4c06420db8cb5ab1ee4bba6082a480d098e95 (patch)
treef9a23c7ff4be594d2ecf18c19643d4c939dba4da /Makefile.am
parentc4d4f854074dc2a021606119e797d68d8aa01168 (diff)
Extract accept key generation to a new module.
* web/socket/server.scm (handshake): Moved. (make-handshake-response): Use new make-accept-key procedure. * web/socket/utils.scm: New file. * Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 92457bd..44c0cbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ godir=$(libdir)/guile/2.0/ccache
SOURCES = \
web/socket/base64.scm \
web/socket/sha-1.scm \
+ web/socket/utils.scm \
web/socket/frame.scm \
web/socket/server.scm