diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |