diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-08-19 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am: + Don't forget to install tab.png. + 2008-08-17 Roderic Morris <roderic@ccs.neu.edu> * src/gui/skill.cpp, src/gui/skill.h, src/gui/icon.h, diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 99ddb715..e9ccdab0 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -36,6 +36,7 @@ SET (FILES slider.png speech_bubble.png speechbubble.xml + tab.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 6b3ad6ae..fb6c304a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -40,6 +40,7 @@ gui_DATA = \ slider.png \ speech_bubble.png \ speechbubble.xml \ + tab.png \ target-cursor-blue-l.png \ target-cursor-blue-m.png \ target-cursor-blue-s.png \ |