blob: da8d5c275753061a7f748f6b606e8ef53f8b7333 (
plain)
1
2
3
4
5
6
7
8
9
10
|
iconsdir = $(INDICATORICONSDIR)/hicolor/16x16/actions
icons_DATA = \
indicator-system-shutdown.png \
system-shutdown.png \
system-restart.png \
system-log-out.png
EXTRA_DIST = $(icons_DATA)
|