[Super-tux-commit] supertux/data Makefile.am,1.17,1.18
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-10-09 15:36:42
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25957/data Modified Files: Makefile.am Log Message: Bugfix: images/shared/smalltux and images/shared/bigtux were not being installed on the system. Bug reported by unDEFER on the mailing list. Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 15 Sep 2004 10:43:19 -0000 1.17 +++ Makefile.am 9 Oct 2004 15:36:31 -0000 1.18 @@ -23,6 +23,8 @@ $(wildcard images/leveleditor/*.png) \ $(wildcard images/map/*.png) \ $(wildcard images/shared/*.png) \ + $(wildcard images/shared/smalltux/*.png) \ + $(wildcard images/shared/bigtux/*.png) \ $(wildcard images/status/*.png) \ $(wildcard images/themes/*/*.png) \ $(wildcard images/worldmap/*.png) \ |