summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-11 03:20:10 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-11 03:20:10 +0100
commit1425a1c178d07a68e62c13cdfaf2ec3dd1ffb0f1 (patch)
treee133124902fe04982b64956464a112eb91993553 /Makefile
parentderp (diff)
downloadblueshift-1425a1c178d07a68e62c13cdfaf2ec3dd1ffb0f1.tar.gz
blueshift-1425a1c178d07a68e62c13cdfaf2ec3dd1ffb0f1.tar.bz2
blueshift-1425a1c178d07a68e62c13cdfaf2ec3dd1ffb0f1.tar.xz
add threaded example
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 89d4432..5600dff 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,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 current-settings xmonad
+ xmobar xpybar stored-settings current-settings xmonad threaded
# Build rules