summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-04 18:58:39 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-04 18:58:39 +0100
commitc5d72e955868a22305fcab2b680f24cf86b5ad21 (patch)
tree2f433223226fbff74860cc5e2ba246b3bc31d63e /Makefile
parentadd example: stored-settings (diff)
downloadblueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.gz
blueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.bz2
blueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.xz
small example transitioning from current settings1.7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8a943c..a164e7d 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ 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
+ xmobar xpybar stored-settings current-settings
# Build rules