diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-03-24 17:50:02 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-03-24 17:50:02 (GMT) |
commit | c923c728751cfd34a6018c6cd805f17750b90663 (patch) | |
tree | 10923dcea0e558e968eb454460ce2e1036857020 /Makefile | |
parent | fd7510119c442f32b61745dc5cb053cf9a84e86c (diff) |
added system socket activation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |