Bugfix: images/shared/smalltux and images/shared/bigtux were not being installed...
authorRicardo Cruz <rick2@aeiou.pt>
Sat, 9 Oct 2004 15:36:31 +0000 (15:36 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Sat, 9 Oct 2004 15:36:31 +0000 (15:36 +0000)
Bug reported by unDEFER on the mailing list.

SVN-Revision: 2003

data/Makefile.am

index bebfe0f..deb81d8 100644 (file)
@@ -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) \