summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 14:16:21 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 14:16:21 (GMT)
commitaacbbfa74a912a6ac11eb0400f358f5f1de23356 (patch)
treee32c4e2d6b7ace85ea43d707dae05fe82e86a6b1 /Makefile
parentb2398fd830443fa2930de0605d153b8a1264be95 (diff)
added simple main window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e4d72e..c784954 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ GOCMD := GOPATH=$(curdir) go
EXECUTEABLE := rhlibrary
LIBS := "code.helsinki.at/rhrd-go/rddb" \
- "github.com/ziutek/glib" \
+ "github.com/gotk3/gotk3/glib" \
+ "github.com/gotk3/gotk3/gtk" \
"github.com/revmischa/gst"