12 lines
237 B
Makefile
12 lines
237 B
Makefile
# $Id$
|
|
|
|
Bloodshotdir = $(datadir)/xfce4/eyes/themes/Bloodshot
|
|
|
|
Bloodshot_DATA = \
|
|
Bloodshot-eye.png \
|
|
Bloodshot-pupil.png \
|
|
config
|
|
|
|
EXTRA_DIST = $(Bloodshot_DATA)
|
|
|
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|