diff options
Diffstat (limited to 'data/graphics/gui/Makefile.am')
-rw-r--r-- | data/graphics/gui/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index e59e2d79a..4bebd6b4f 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -4,6 +4,9 @@ guidir = $(pkgdatadir)/data/graphics/gui gui_DATA = \ bubble.png \ button.xml \ + button_disabled.xml \ + button_highlighted.xml \ + button_pressed.xml \ buttonplay.png \ checkbox.png \ circle-gray.png \ @@ -14,6 +17,7 @@ gui_DATA = \ equipmentbox.png \ item_shortcut_bgr.png \ mouse.png \ + playerbox_background.xml \ progress-indicator.png \ radioin.png \ radioin_highlight.png \ |