diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 13:38:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 13:38:07 +0100 |
commit | d9856fa55dabe6927922a8cca08d6b1313bdf628 (patch) | |
tree | 66e65425826f9da12b2ef668233b4a4ef685b4ef /Makefile | |
parent | doc output search functions (diff) | |
download | blueshift-d9856fa55dabe6927922a8cca08d6b1313bdf628.tar.gz blueshift-d9856fa55dabe6927922a8cca08d6b1313bdf628.tar.bz2 blueshift-d9856fa55dabe6927922a8cca08d6b1313bdf628.tar.xz |
m bug + add example with output listing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ 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 +EXAMPLES = comprehensive sleepmode crtc-detection # Build rules |