10 lines
229 B
Makefile
10 lines
229 B
Makefile
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:
|