diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | graphics/gui/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gui/CMakeLists.txt b/graphics/gui/CMakeLists.txt index 5a5c8334..2ef4b460 100644 --- a/graphics/gui/CMakeLists.txt +++ b/graphics/gui/CMakeLists.txt @@ -7,6 +7,7 @@ SET (FILES buttonhi.png buttonpress.png checkbox.png + close_button.png deepbox.png fixedfont.png hits_blue.png @@ -18,6 +19,7 @@ SET (FILES hscroll_right_default.png hscroll_right_highlight.png hscroll_right_pressed.png + item_shortcut_bgr.png mouse.png menuitemD.png menuitemF.png diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am index 8cd42d27..6b82843d 100644 --- a/graphics/gui/Makefile.am +++ b/graphics/gui/Makefile.am @@ -10,6 +10,7 @@ gui_DATA = \ buttonhi.png \ buttonpress.png \ checkbox.png \ + close_button.png \ deepbox.png \ fixedfont.png \ hits_blue.png \ @@ -21,6 +22,7 @@ gui_DATA = \ hscroll_right_default.png \ hscroll_right_highlight.png \ hscroll_right_pressed.png \ + item_shortcut_bgr.png \ mouse.png \ menuitemD.png \ menuitemF.png \ |