summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-07 14:50:15 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-07 14:50:15 +0200
commit58fc31358cebb7f713b25608a0bc28fcda2b1958 (patch)
tree0e528e8d8ffd056fd79266adb33866a8846dcd47 /Makefile
parentcleanup in preparation for and preparation for use of pylibgamma (diff)
downloadblueshift-58fc31358cebb7f713b25608a0bc28fcda2b1958.tar.gz
blueshift-58fc31358cebb7f713b25608a0bc28fcda2b1958.tar.bz2
blueshift-58fc31358cebb7f713b25608a0bc28fcda2b1958.tar.xz
use pylibgamma1.90
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 b59cbfc..ff51c92 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,8 @@ FLAGS = $$($(PKGCONFIG) --cflags $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) \
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 aux.py weather.py interpolation.py
+ backlight.py blackbody.py aux.py weather.py interpolation.py \
+ libgammaman.py
# Configuration script example files
EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \
xmobar xpybar stored-settings current-settings xmonad threaded \