diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-21 08:55:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-21 08:55:55 +0100 |
commit | 048c0870d3fead86db41891abe82283b9f16651d (patch) | |
tree | cac8584b7925ba98e5dbc4cb9f39bd835076aaaa /Makefile | |
parent | Fix _ICC_PROFILE support (diff) | |
download | blueshift-048c0870d3fead86db41891abe82283b9f16651d.tar.gz blueshift-048c0870d3fead86db41891abe82283b9f16651d.tar.bz2 blueshift-048c0870d3fead86db41891abe82283b9f16651d.tar.xz |
demo _ICC_PROFILE
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
@@ -69,7 +69,7 @@ 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 threaded \ - backlight darkroom textconf textconf.conf modes weather + backlight darkroom textconf textconf.conf modes weather icc-profile-atoms # Build rules |