summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-17 06:03:26 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-17 06:03:26 +0200
commit27e5a6a0b85f540d9657783a76bebf185f2a70f7 (patch)
tree4640420cf65e009395898249fbc8d8d7d495a7f4 /src/hub/Makefile
parentdaq: increased max message size to create bigger send buffer (diff)
hub: add support for graphite forwarding
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 03ab4e5..2a25c93 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -41,6 +41,7 @@ getlibs:
$(GOCMD) get "github.com/mattn/go-sqlite3"
$(GOCMD) get "github.com/zenazn/goji"
$(GOCMD) get "code.google.com/p/go-uuid/uuid"
+ $(GOCMD) get "github.com/equinox0815/graphite-golang"
# $(GOCMD) get "github.com/go-sql-driver/mysql"
# $(GOCMD) get "github.com/ziutek/mymysql/godrv"