summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-25 10:25:13 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-25 10:25:13 +0100
commitcf6e22913e6db4b8bf3a5727651888cc21ecc68e (patch)
treefc835db33a8fbdaba301a0c864c6da602ada3609 /Makefile
parentdoc (diff)
downloadblueshift-cf6e22913e6db4b8bf3a5727651888cc21ecc68e.tar.gz
blueshift-cf6e22913e6db4b8bf3a5727651888cc21ecc68e.tar.bz2
blueshift-cf6e22913e6db4b8bf3a5727651888cc21ecc68e.tar.xz
split out adhoc mode to adhoc.py
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 4186df9..32c9763 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,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
+PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files