blob: 3cc7505ba390773837f0a16c5f55b675dfc39b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS = \
idle \
buttons \
battery \
acadapter \
timeremaining \
powerstatus \
xrandr \
xorg \
backlight
if HAVE_DPMS_EXTENSION
SUBDIRS += dpms
endif
clean-local:
rm -f *~
|