diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ GOCMD := GOPATH=$(curdir) go EXECUTEABLE := rhrdlibrary -LIBS := "code.helsinki.at/rhrd-go/rddb" +LIBS := "code.helsinki.at/rhrd-go/rddb" \ + "github.com/ziutek/glib" \ + "github.com/ziutek/gst" .PHONY: getlibs updatelibs vet format build clean distclean |