summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a7d8efe..aca7553 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,9 +43,10 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
web/socket/base64.scm \
+ web/socket/client.scm \
+ web/socket/frame.scm \
web/socket/sha-1.scm \
web/socket/utils.scm \
- web/socket/frame.scm \
web/socket/server.scm
TESTS = \