summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-27 20:19:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-27 20:19:01 (GMT)
commita04eca625d537ea899a4a88642c0a70e1d2032d5 (patch)
tree2d9030a8d4e8a94b529df790bb9de5aec9898c5d /Makefile
parentfbcf3776c59aae5e2e6c6e4c700af3da1489af1f (diff)
added m3u-playlist based walker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a6ea748..2a38381 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ EXECUTEABLE_HASHER := file-hasher
LIBS := "code.helsinki.at/rhrd-go/rhimport" \
"code.helsinki.at/rhrd-go/rddb" \
+ "github.com/ushis/m3u" \
"golang.org/x/crypto/blake2b"