diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-13 17:04:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-13 17:04:04 (GMT) |
commit | a0816652bf083e2934f2fca748338391ac3de757 (patch) | |
tree | a1e7cbdb282628b983da5e965006876e882a1210 /Makefile | |
parent | 72c7c990622c347c5462fa37bc0da989e220eb97 (diff) |
moved audio player to rhrd-go
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ GOCMD := GOPATH=$(curdir) go EXECUTEABLE := rhlibrary LIBS := "code.helsinki.at/rhrd-go/rddb" \ + "code.helsinki.at/rhrd-go/player" \ "github.com/gotk3/gotk3/glib" \ - "github.com/gotk3/gotk3/gtk" \ - "github.com/spreadspace/go-gstreamer" + "github.com/gotk3/gotk3/gtk" .PHONY: getlibs updatelibs vet format build clean distclean |