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