projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f30a36
)
Bugfix: images/shared/smalltux and images/shared/bigtux were not being installed...
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 9 Oct 2004 15:36:31 +0000
(15:36 +0000)
committer
Ricardo 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
patch
|
blob
|
history
diff --git
a/data/Makefile.am
b/data/Makefile.am
index
bebfe0f
..
deb81d8
100644
(file)
--- 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) \