From e1264a56bbb773ef79e5756c64f0af9b9a48b7e3 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 15 Nov 2010 15:09:46 +0000 Subject: [PATCH] update Makefile to pick svg files too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a61a18..fc48ddc 100644 --- a/Makefile +++ b/Makefile @@ -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)