diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:55:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 19:55:00 +0200 |
commit | 85496a9f687eb8e60f949e04cd1d2dbc2c1e89b7 (patch) | |
tree | 4f7906d83e9b2b9fa3fbe0c948c128b1514f105d | |
parent | missed to select global var (diff) | |
download | blueshift-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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |