summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-05 19:55:00 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-05 19:55:00 +0200
commit85496a9f687eb8e60f949e04cd1d2dbc2c1e89b7 (patch)
tree4f7906d83e9b2b9fa3fbe0c948c128b1514f105d /Makefile
parentmissed to select global var (diff)
downloadblueshift-85496a9f687eb8e60f949e04cd1d2dbc2c1e89b7.tar.gz
blueshift-85496a9f687eb8e60f949e04cd1d2dbc2c1e89b7.tar.bz2
blueshift-85496a9f687eb8e60f949e04cd1d2dbc2c1e89b7.tar.xz
missed to install interpolation.py1.17
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31e9ba0..0e35ba6 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,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 weather.py
+ backlight.py blackbody.py aux.py weather.py interpolation.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files