summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-25 18:48:32 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-25 18:48:32 +0100
commitf12a78597a7056b2f51ce908fb51d1d14d1e176c (patch)
treedfa22e541f41677a2393f95e7730efe8f6a4b19f /Makefile
parentupdate todo (diff)
downloadblueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.gz
blueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.bz2
blueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.xz
add example that can be used from xmobar
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 103035f..0a3540a 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,8 @@ PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py
# Library files
CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so)
# Configuration script example files
-EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic
+EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \
+ xmobar
# Build rules