diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:33:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 14:33:38 +0100 |
commit | d7726f624d5d27f0b74f010eab43166debd3ace7 (patch) | |
tree | 559af4c7ceb2afa07f552d3a217e339ac7c1fc03 /Makefile | |
parent | typo (diff) | |
download | blueshift-d7726f624d5d27f0b74f010eab43166debd3ace7.tar.gz blueshift-d7726f624d5d27f0b74f010eab43166debd3ace7.tar.bz2 blueshift-d7726f624d5d27f0b74f010eab43166debd3ace7.tar.xz |
buf cause by typo + add example: crtc-searching
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 crtc-detection +EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching # Build rules |