summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-19 03:37:29 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-19 03:37:29 +0100
commit0806af8ce7e47652adaecb08b52cbfe59d1c5f16 (patch)
tree2ce63d0ba1c64e46c49763871451ccd77daaa72e /Makefile
parentadd modes example (diff)
downloadblueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.gz
blueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.bz2
blueshift-0806af8ce7e47652adaecb08b52cbfe59d1c5f16.tar.xz
move translate_to_integers and ramps_to_function to aux.py
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d308eb..d35c941 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,8 @@ 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 blackbody.py
+PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py \
+ backlight.py blackbody.py aux.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files