summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c6a29e3..5f69e33 100644
--- a/Makefile
+++ b/Makefile
@@ -91,15 +91,15 @@ FLAGS = $$($(PKGCONFIG) --cflags $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC
# Resource files
DATAFILES = 2deg 10deg redshift redshift_old
# Python source files
-PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py \
+PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py \
backlight.py blackbody.py aux.py weather.py interpolation.py
# Library files
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 battery \
- icc-profile-atoms bedtime
+EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \
+ xmobar xpybar stored-settings current-settings xmonad threaded \
+ backlight darkroom textconf textconf.conf modes weather battery \
+ icc-profile-atoms bedtime x-window-focus
# Build rules