summaryrefslogtreecommitdiff
path: root/data/graphics/images
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
commit5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1 (patch)
treecb5b8f2f25cbb93ce32fc1db2a12f03584bb9f5c /data/graphics/images
parent78f7e290e46e6084bc51023ae3c8619b0695b7b6 (diff)
downloadmana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.gz
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.bz2
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.xz
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.zip
Updated Makefiles and CMake Lists
Diffstat (limited to 'data/graphics/images')
-rw-r--r--data/graphics/images/CMakeLists.txt1
-rw-r--r--data/graphics/images/Makefile.am1
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 \