8 lines
178 B
Makefile
8 lines
178 B
Makefile
iconsdir = $(datadir)/icons/hicolor/24x24/apps
|
|
icons_DATA = \
|
|
xfce4-eyes.png
|
|
|
|
EXTRA_DIST = \
|
|
$(icons_DATA)
|
|
|
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|