You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
262 B
Makefile
15 lines
262 B
Makefile
5 years ago
|
imagesdir = $(imagedir)
|
||
|
images_DATA = \
|
||
|
reflection.png \
|
||
|
fusioncap.png \
|
||
|
compizcap.png \
|
||
|
splash_background.png \
|
||
|
splash_logo.png
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
reflection.png \
|
||
|
fusioncap.png \
|
||
|
compizcap.png \
|
||
|
splash_background.png \
|
||
|
splash_logo.png
|