diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:51:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:51:13 +0100 |
commit | 2f469a3dcb8d08421b3d369fa47e68b19c1106ed (patch) | |
tree | 671f6e6a053f45d010dff00054883d7bcf0b2486 /Makefile | |
parent | m doc (diff) | |
download | blueshift-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |