From 0b230d66b6126e7c7064489acf407a06ccaa86fd Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 14 Jun 2014 14:38:21 +0200 Subject: [PATCH] Makefile: Add subtitle to PACKAGES. This fixes #104 --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 4542446..f35f84f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,7 +7,8 @@ clean: export PACKAGES = svtplay_dl \ svtplay_dl.fetcher \ svtplay_dl.utils \ - svtplay_dl.service + svtplay_dl.service \ + svtplay_dl.subtitle export PYFILES = $(addsuffix /*.py,$(subst .,/,$(PACKAGES))) PYTHON ?= /usr/bin/env python