[Super-tux-commit] supertux/data Makefile.am,1.13,1.14
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-20 23:09:49
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32723/data Modified Files: Makefile.am Log Message: also install xpm icon Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.am 13 May 2004 23:20:45 -0000 1.13 +++ Makefile.am 20 May 2004 23:09:40 -0000 1.14 @@ -11,6 +11,7 @@ CREDITS \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ + $(wildcard images/*.xpm) \ $(wildcard images/background/*.png) \ $(wildcard images/background/*.jpg) \ $(wildcard images/highscore/*.png) \ |