diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 14:50:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 14:50:15 +0200 |
commit | 58fc31358cebb7f713b25608a0bc28fcda2b1958 (patch) | |
tree | 0e528e8d8ffd056fd79266adb33866a8846dcd47 /Makefile | |
parent | cleanup in preparation for and preparation for use of pylibgamma (diff) | |
download | blueshift-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |