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