summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-17 02:42:00 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-17 02:42:00 +0100
commitd73fc718255d1a28d7040e0d8204e32194c1b3f6 (patch)
tree9589c87adccc50f6baa397f1960a56a84723344f
parentfix datadir and libdir in source files when building (diff)
downloadblueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.gz
blueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.bz2
blueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.xz
forgot to include __main__
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ae2a67..4c020de 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ STD = c99
FLAGS = $$($(PKGCONFIG) --cflags --libs $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC
DATAFILES = 2deg 10deg redshift redshift_old
-PYFILES = colour.py curve.py monitor.py solar.py
+PYFILES = __main__.py colour.py curve.py monitor.py solar.py