summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93c0e9d..80ed5a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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