summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-24 18:48:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-24 18:48:29 (GMT)
commit2de6beb14b764a850933040c8970dedfd78158c8 (patch)
treedf7d523a1406e5b0cadec7dce8455b04e59a21e6 /Makefile
parentcb045546348fb04173d84e7c700f8674fbe1797c (diff)
added support for web-socket based interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 086b937..1a89b7f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ EXECUTEABLE := rhctl
LIBS := "github.com/schleibinger/sio" \
"github.com/naoina/toml" \
"github.com/btittelbach/pubsub" \
+ "github.com/gorilla/websocket" \
"github.com/spreadspace/telgo"
.PHONY: getlibs updatelibs vet format build clean distclean