diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-26 12:37:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-26 12:37:23 +0200 |
commit | 04181e696f73f793046a22acdf64d34dd1099092 (patch) | |
tree | 1152471508e746a9999996e602abfc3c9dcaf99b /Makefile | |
parent | fix makefile error (diff) | |
download | blueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.gz blueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.bz2 blueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.xz |
m + add x-window-focus
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -91,15 +91,15 @@ 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 \ +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 # Library files CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so) # Configuration script example files -EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ - xmobar xpybar stored-settings current-settings xmonad threaded \ - backlight darkroom textconf textconf.conf modes weather battery \ - icc-profile-atoms bedtime +EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ + xmobar xpybar stored-settings current-settings xmonad threaded \ + backlight darkroom textconf textconf.conf modes weather battery \ + icc-profile-atoms bedtime x-window-focus # Build rules |