diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-04 17:51:44 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-04 17:51:44 +0000 |
commit | df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1 (patch) | |
tree | 0fc5d348dbea2c3db4bd1871adf52d884fb8ddc2 /data/graphics/images | |
parent | 03f74768ac0dc438de076084db70604f476a1522 (diff) | |
download | mana-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.gz mana-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.bz2 mana-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.xz mana-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.zip |
added minimap and music to woodland cave level 2
Diffstat (limited to 'data/graphics/images')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 3 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 3 |
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 |