summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ccf0c9..337e9a7 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ GOCMD := GOPATH=$(curdir) go
EXECUTEABLE := rhrdtime
-LIBS := "github.com/gorilla/websocket"
+LIBS := "github.com/gorilla/websocket" \
+ "github.com/coreos/go-systemd/activation"
.PHONY: getlibs updatelibs vet format build clean distclean