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