summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-04 17:51:44 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-04 17:51:44 +0000
commitdf88ca911bfc3659f7f3dfc458ba11f93cd3f0f1 (patch)
tree0fc5d348dbea2c3db4bd1871adf52d884fb8ddc2 /data
parent03f74768ac0dc438de076084db70604f476a1522 (diff)
downloadmana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.gz
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.bz2
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.xz
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.zip
added minimap and music to woodland cave level 2
Diffstat (limited to 'data')
-rw-r--r--data/graphics/images/CMakeLists.txt3
-rw-r--r--data/graphics/images/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt
index d406c7b2..dec22826 100644
--- a/data/graphics/images/CMakeLists.txt
+++ b/data/graphics/images/CMakeLists.txt
@@ -11,6 +11,7 @@ SET (FILES
minimap_new_14-1.png
minimap_new_15-1.png
minimap_new_16-1.png
+ minimap_new_17-1.png
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images)
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) \ No newline at end of file
diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am
index fb54cb95..cc71b18a 100644
--- a/data/graphics/images/Makefile.am
+++ b/data/graphics/images/Makefile.am
@@ -12,7 +12,8 @@ images_DATA = \
minimap_new_9-1.png \
minimap_new_14-1.png \
minimap_new_15-1.png \
- minimap_new_16-1.png
+ minimap_new_16-1.png \
+ minimap_new_17-1.png
EXTRA_DIST = \
$(images_DATA) \ No newline at end of file