summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 17:04:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 17:04:04 (GMT)
commita0816652bf083e2934f2fca748338391ac3de757 (patch)
treea1e7cbdb282628b983da5e965006876e882a1210 /Makefile
parent72c7c990622c347c5462fa37bc0da989e220eb97 (diff)
moved audio player to rhrd-go
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