diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-13 01:35:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-13 01:35:16 (GMT) |
commit | f5692afaec4f17b5412e357224c1b4f16eb3f400 (patch) | |
tree | 2a7e9edd267e4d4c28af792fa517a4da43db0e36 /Makefile | |
parent | cb56a81e69936d2da108d9654cd7b30f8e8169f2 (diff) |
added inital player
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |