summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-20 19:03:51 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-20 19:03:51 +0100
commitb723bf20da398fed3c3f6334106e6cbd2321ae0a (patch)
treeb8693fc5c05f492a53cf134b9b5e23e0cb202b99 /Makefile
parentinstall weather example (diff)
downloadblueshift-b723bf20da398fed3c3f6334106e6cbd2321ae0a.tar.gz
blueshift-b723bf20da398fed3c3f6334106e6cbd2321ae0a.tar.bz2
blueshift-b723bf20da398fed3c3f6334106e6cbd2321ae0a.tar.xz
install weather.py1.13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f510aa1..bbd2e16 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ FLAGS = $$($(PKGCONFIG) --cflags $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC
DATAFILES = 2deg 10deg redshift redshift_old
# Python source files
PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py \
- backlight.py blackbody.py aux.py
+ backlight.py blackbody.py aux.py weather.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files