diff options
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 |