diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:27:02 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:27:02 +0000 |
commit | 5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1 (patch) | |
tree | cb5b8f2f25cbb93ce32fc1db2a12f03584bb9f5c /data/graphics/images | |
parent | 78f7e290e46e6084bc51023ae3c8619b0695b7b6 (diff) | |
download | mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.gz mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.bz2 mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.xz mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.zip |
Updated Makefiles and CMake Lists
Diffstat (limited to 'data/graphics/images')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt index dec22826..2566cf3d 100644 --- a/data/graphics/images/CMakeLists.txt +++ b/data/graphics/images/CMakeLists.txt @@ -1,6 +1,7 @@ ADD_SUBDIRECTORY(ambient) SET (FILES + error.png login_wallpaper.png minimap_new_1-1.png minimap_new_2-1.png diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index cc71b18a..00d9ed7e 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = ambient imagesdir = $(pkgdatadir)/data/graphics/images images_DATA = \ + error.png \ login_wallpaper.png \ minimap_new_1-1.png \ minimap_new_2-1.png \ |