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