blob: 68fa0bf8e4041b6fd3240c40c316c9e3edde2b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
iconsdir = $(datadir)/icons/hicolor/48x48/actions
icons_DATA = \
xfsm-hibernate.png \
xfsm-lock.png \
xfsm-logout.png \
xfsm-reboot.png \
xfsm-shutdown.png \
xfsm-suspend.png \
xfsm-switch-user.png
EXTRA_DIST = $(icons_DATA)
|