summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-23 15:07:43 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-23 15:07:43 +0200
commit3fdd69ae1f2f02f0d54e73fb4bce7af81713fffd (patch)
treeaf9afc722430ff2e606082b5509e43ce39649169 /src/hub/Makefile
parenthub: serve viz app under /viz (diff)
hub: Add per-DB UUID, optionally store in data-updates table
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 205aa46..c62891c 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -38,6 +38,7 @@ getlibs:
$(GOCMD) get "github.com/coopernurse/gorp"
$(GOCMD) get "github.com/mattn/go-sqlite3"
$(GOCMD) get "github.com/zenazn/goji"
+ $(GOCMD) get "code.google.com/p/go-uuid/uuid"
build: export GOPATH=$(curdir)
build: getlibs