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