summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-11 06:26:57 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-11 06:26:57 +0100
commit65e47ce7c2e30b01de806fa8c63f06b144e4cdd0 (patch)
tree2f37c91d58a592e0e38c170165d36cd2d9292828 /Makefile
parentinfo: doc backlight (diff)
downloadblueshift-65e47ce7c2e30b01de806fa8c63f06b144e4cdd0.tar.gz
blueshift-65e47ce7c2e30b01de806fa8c63f06b144e4cdd0.tar.bz2
blueshift-65e47ce7c2e30b01de806fa8c63f06b144e4cdd0.tar.xz
add backlight example
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 5600dff..0536c74 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,8 @@ PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py
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
+ xmobar xpybar stored-settings current-settings xmonad threaded \
+ backlight
# Build rules