summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-16 21:51:07 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-16 21:51:13 +0100
commit2f469a3dcb8d08421b3d369fa47e68b19c1106ed (patch)
tree671f6e6a053f45d010dff00054883d7bcf0b2486 /Makefile
parentm doc (diff)
downloadblueshift-2f469a3dcb8d08421b3d369fa47e68b19c1106ed.tar.gz
blueshift-2f469a3dcb8d08421b3d369fa47e68b19c1106ed.tar.bz2
blueshift-2f469a3dcb8d08421b3d369fa47e68b19c1106ed.tar.xz
move calculation of correlated colour temperature to the new module blackbody
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 9d3f78a..64c1873 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ FLAGS = $$($(PKGCONFIG) --cflags $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC
# Resource files
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
+PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py backlight.py blackbody.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files