diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-03 22:11:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-04 23:57:02 +0300 |
commit | 10c8e7da87de2219fad19fd899e97257164e4830 (patch) | |
tree | 57ec3359cdd8cbb24b88e4f13a05d210326151ab /data/graphics/gui/Makefile.am | |
parent | 0647852f65598ef9cb9ebff6dfb508e8b1a98c1c (diff) | |
download | plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.gz plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.bz2 plus-10c8e7da87de2219fad19fd899e97257164e4830.tar.xz plus-10c8e7da87de2219fad19fd899e97257164e4830.zip |
Extend background theming.
Diffstat (limited to 'data/graphics/gui/Makefile.am')
-rw-r--r-- | data/graphics/gui/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 723ddb373..824d7644f 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -9,6 +9,7 @@ gui_DATA = \ button_highlighted.xml \ button_pressed.xml \ buttonplay.png \ + buy.xml \ charcreate_playerbox.xml \ checkbox.xml \ circle-off.xml \ @@ -37,6 +38,9 @@ gui_DATA = \ scroll_highlighted.xml \ scrollbuttons.xml \ scrollbuttons_pressed.xml\ + sell.xml \ + server.xml \ + shop.xml \ slider.xml \ slider_highlighted.xml \ speechbubble.xml \ @@ -53,7 +57,8 @@ gui_DATA = \ textfield_background.xml \ unknown-item.png \ window.png \ - window.xml + window.xml \ + world.xml EXTRA_DIST = \ $(gui_DATA) \ |