update Makefile to pick svg files too

This commit is contained in:
Yves-Alexis Perez
2010-11-15 15:09:46 +00:00
parent 902e24e17f
commit e1264a56bb
+1 -1
View File
@@ -3,7 +3,7 @@ DEFAULT_BACKGROUND=desktop-background
INSTALL=install -m 0644
BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg backgrounds/*.svg backgrounds/*.tga)
EMBLEMS=$(wildcard emblems/*png emblems/*icon)
SPLASH=$(wildcard splash/*.png)
SPLASH=$(wildcard splash/*.png splash/*.svg)
PIXMAPS=$(wildcard pixmaps/*.png)
DESKTOPFILES=$(wildcard *.desktop)