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