summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-25 00:26:00 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-25 00:26:23 +0200
commit32f461f288d177a1db25236299ab2f440af2a583 (patch)
tree4374cb109c6b080efc06e3e5cfdaa69c85018f06 /src/hub/Makefile
parentstart with last 10 minutes (diff)
hub: add hacky untested MySql support
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 758e3d4..d2b6f12 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -41,6 +41,8 @@ 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/go-sql-driver/mysql"
+ $(GOCMD) get "github.com/ziutek/mymysql/godrv"
build: export GOPATH=$(curdir)
build: getlibs