From: Ricardo Cruz Date: Sat, 9 Oct 2004 15:36:31 +0000 (+0000) Subject: Bugfix: images/shared/smalltux and images/shared/bigtux were not being installed... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=78daf083b672ff917846794ac8a8f30927c31732;p=supertux.git Bugfix: images/shared/smalltux and images/shared/bigtux were not being installed on the system. Bug reported by unDEFER on the mailing list. SVN-Revision: 2003 --- diff --git a/data/Makefile.am b/data/Makefile.am index bebfe0fce..deb81d806 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -23,6 +23,8 @@ EXTRA_DIST = \ $(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) \