Skip to content
Snippets Groups Projects
Makefile.am 212 B
Newer Older
cedric's avatar
cedric committed
# $Id$

iconsdir = $(datadir)/icons/hicolor/48x48/apps
icons_DATA =			\
	windowck-plugin.png 	\
	wckbuttons-plugin.png

EXTRA_DIST =								\
	$(icons_DATA)

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: