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