diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-20 19:03:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-20 19:03:51 +0100 |
commit | b723bf20da398fed3c3f6334106e6cbd2321ae0a (patch) | |
tree | b8693fc5c05f492a53cf134b9b5e23e0cb202b99 /Makefile | |
parent | install weather example (diff) | |
download | blueshift-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |