summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-13 22:20:59 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-13 22:20:59 +0000
commit8256928a47cb8b77508aeb5d5aa5ff35000401ac (patch)
tree9bb471b750d97a087a7fbb6040bf329d18c7e86c
parent1e9109a91ad5fc5773b50a08d534b0800116b37e (diff)
downloadclientdata-8256928a47cb8b77508aeb5d5aa5ff35000401ac.tar.gz
clientdata-8256928a47cb8b77508aeb5d5aa5ff35000401ac.tar.bz2
clientdata-8256928a47cb8b77508aeb5d5aa5ff35000401ac.tar.xz
clientdata-8256928a47cb8b77508aeb5d5aa5ff35000401ac.zip
Makefiles updated with regard to renaming of cotton equipment.
-rw-r--r--graphics/sprites/CMakeLists.txt6
-rw-r--r--graphics/sprites/Makefile.am6
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt
index 0ce213f9..da14a69a 100644
--- a/graphics/sprites/CMakeLists.txt
+++ b/graphics/sprites/CMakeLists.txt
@@ -1,4 +1,8 @@
SET(FILES
+ chest-cotton-male.xml
+ chest-cotton-male.png
+ chest-cotton-female.xml
+ chest-cotton-female.png
chest-leather-male.png
chest-leather-male.xml
chest-leather-female.png
@@ -35,8 +39,6 @@ SET(FILES
head-rangerhat.xml
head-santabeardhat.png
head-santabeardhat.xml
- item001.png
- item001.xml
item002.png
item002.xml
item004.png
diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am
index 2f81ed8a..4ef94363 100644
--- a/graphics/sprites/Makefile.am
+++ b/graphics/sprites/Makefile.am
@@ -2,6 +2,10 @@
spritesdir = $(pkgdatadir)/data/graphics/sprites
sprites_DATA = \
+ chest-cotton-male.xml \
+ chest-cotton-male.png \
+ chest-cotton-female.xml \
+ chest-cotton-female.png \
chest-leather-male.png \
chest-leather-male.xml \
chest-leather-female.png \
@@ -38,8 +42,6 @@ sprites_DATA = \
head-rangerhat.xml \
head-santabeardhat.png \
head-santabeardhat.xml \
- item001.png \
- item001.xml \
item002.png \
item002.xml \
item004.png \