summaryrefslogtreecommitdiff
path: root/graphics/items
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-22 21:44:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-22 21:44:05 +0000
commit067cfbe24d7b1db7a4357272f47a3333c0db13d4 (patch)
tree0fea1603a6d482852f00490dd7b5ae81875a755b /graphics/items
parent8ff74ff505c096313c9c7af5247fd5b64769da30 (diff)
downloadclientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.gz
clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.bz2
clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.xz
clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.zip
Updated Makefiles.
Diffstat (limited to 'graphics/items')
-rw-r--r--graphics/items/CMakeLists.txt7
-rw-r--r--graphics/items/Makefile.am9
2 files changed, 13 insertions, 3 deletions
diff --git a/graphics/items/CMakeLists.txt b/graphics/items/CMakeLists.txt
index ff5f3e79..7756ed24 100644
--- a/graphics/items/CMakeLists.txt
+++ b/graphics/items/CMakeLists.txt
@@ -9,8 +9,10 @@ SET(FILES
armor-hands-minergloves.png
armor-hands-scarabarmlet.png
armor-hands-wintergloves.png
+ armor-head-antlerhat.png
armor-head-axehat.png
armor-head-bandana.png
+ armor-head-christmastree.png
armor-head-circlet.png
armor-head-eyepatch.png
armor-head-fancyhat.png
@@ -19,6 +21,8 @@ SET(FILES
armor-head-minershat.png
armor-head-piratehat.png
armor-head-pumpkinhelmet.png
+ armor-head-rangerhat.png
+ armor-head-santabeardhat.png
armor-head-santahat.png
armor-head-silkheadband.png
armor-head-standardheadband.png
@@ -53,6 +57,7 @@ SET(FILES
generic-rawlog.png
generic-redhint.png
generic-redscorpionstinger.png
+ generic-redstocking.png
generic-scorpionstinger.png
generic-smallmushroom.png
generic-tealhint.png
@@ -128,4 +133,4 @@ SET(FILES
weapon-thrown-bonedarts.png
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items) \ No newline at end of file
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items)
diff --git a/graphics/items/Makefile.am b/graphics/items/Makefile.am
index 56c3aecb..4ec02637 100644
--- a/graphics/items/Makefile.am
+++ b/graphics/items/Makefile.am
@@ -4,15 +4,17 @@ itemsdir = $(pkgdatadir)/data/graphics/items
items_DATA = armor-chest-cottonshirt.png \
armor-chest-desertshirt.png \
armor-chest-leathershirt.png \
- armor-chest-tnecksweater.png \
- armor-chest-vnecksweater.png \
+ armor-chest-tnecksweater.png \
+ armor-chest-vnecksweater.png \
armor-feet-boots.png \
armor-hands-leathergloves.png \
armor-hands-minergloves.png \
armor-hands-scarabarmlet.png \
armor-hands-wintergloves.png \
+ armor-head-antlerhat.png \
armor-head-axehat.png \
armor-head-bandana.png \
+ armor-head-christmastree.png \
armor-head-circlet.png \
armor-head-eyepatch.png \
armor-head-fancyhat.png \
@@ -21,6 +23,8 @@ items_DATA = armor-chest-cottonshirt.png \
armor-head-minershat.png \
armor-head-piratehat.png \
armor-head-pumpkinhelmet.png \
+ armor-head-rangerhat.png \
+ armor-head-santabeardhat.png \
armor-head-santahat.png \
armor-head-silkheadband.png \
armor-head-standardheadband.png \
@@ -55,6 +59,7 @@ items_DATA = armor-chest-cottonshirt.png \
generic-rawlog.png \
generic-redhint.png \
generic-redscorpionstinger.png \
+ generic-redstocking.png \
generic-scorpionstinger.png \
generic-smallmushroom.png \
generic-tealhint.png \