summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 01:35:16 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 01:35:16 (GMT)
commitf5692afaec4f17b5412e357224c1b4f16eb3f400 (patch)
tree2a7e9edd267e4d4c28af792fa517a4da43db0e36 /Makefile
parentcb56a81e69936d2da108d9654cd7b30f8e8169f2 (diff)
added inital player
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4242c5..77025e4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,9 @@ GOCMD := GOPATH=$(curdir) go
EXECUTEABLE := rhrdlibrary
-LIBS := "code.helsinki.at/rhrd-go/rddb"
+LIBS := "code.helsinki.at/rhrd-go/rddb" \
+ "github.com/ziutek/glib" \
+ "github.com/ziutek/gst"
.PHONY: getlibs updatelibs vet format build clean distclean