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