summaryrefslogtreecommitdiff
path: root/data/graphics/gui
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-19 20:03:00 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-08-19 20:03:00 +0000
commit8b766aeb57b3d47d7676e4ca8c55db86a69e647e (patch)
treecb026ec696f9f15f94073aac79054b11f1d28a90 /data/graphics/gui
parentbf2502c372e7126a26445c97b4333e780f94b77c (diff)
downloadmana-client-8b766aeb57b3d47d7676e4ca8c55db86a69e647e.tar.gz
mana-client-8b766aeb57b3d47d7676e4ca8c55db86a69e647e.tar.bz2
mana-client-8b766aeb57b3d47d7676e4ca8c55db86a69e647e.tar.xz
mana-client-8b766aeb57b3d47d7676e4ca8c55db86a69e647e.zip
Also install tabselected.png, circle-green.png and circle-gray.png
Diffstat (limited to 'data/graphics/gui')
-rw-r--r--data/graphics/gui/CMakeLists.txt3
-rw-r--r--data/graphics/gui/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index e9ccdab0..7b12c70c 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -6,6 +6,8 @@ SET (FILES
button.png
buttonpress.png
checkbox.png
+ circle-gray.png
+ circle-green.png
close_button.png
deepbox.png
default.png
@@ -37,6 +39,7 @@ SET (FILES
speech_bubble.png
speechbubble.xml
tab.png
+ tabselected.png
target-cursor-blue-l.png
target-cursor-blue-m.png
target-cursor-blue-s.png
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index fb6c304a..e859c201 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -9,6 +9,8 @@ gui_DATA = \
buttonhi.png \
buttonpress.png \
checkbox.png \
+ circle-gray.png \
+ circle-green.png \
close_button.png \
deepbox.png \
default.png \
@@ -41,6 +43,7 @@ gui_DATA = \
speech_bubble.png \
speechbubble.xml \
tab.png \
+ tabselected.png \
target-cursor-blue-l.png \
target-cursor-blue-m.png \
target-cursor-blue-s.png \