diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-22 21:09:16 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-22 21:09:16 +0000 |
commit | b4dbc5920ad64ea1da139e05242a65c07f416b2f (patch) | |
tree | 9d3becaf9efa32e3f9c95725ab9d67b680f47035 /graphics/gui/Makefile.am | |
parent | 18542b0933f94779433a9230605a2e0900fe8406 (diff) | |
download | clientdata-b4dbc5920ad64ea1da139e05242a65c07f416b2f.tar.gz clientdata-b4dbc5920ad64ea1da139e05242a65c07f416b2f.tar.bz2 clientdata-b4dbc5920ad64ea1da139e05242a65c07f416b2f.tar.xz clientdata-b4dbc5920ad64ea1da139e05242a65c07f416b2f.zip |
Adding the resize.png to installation to prevent crashing.
Diffstat (limited to 'graphics/gui/Makefile.am')
-rw-r--r-- | graphics/gui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am index b5cd7bec..50c9dfe7 100644 --- a/graphics/gui/Makefile.am +++ b/graphics/gui/Makefile.am @@ -41,7 +41,8 @@ gui_DATA = \ vscroll_up_default.png \ vscroll_up_highlight.png \ vscroll_up_pressed.png \ - rpgfont_wider.png + rpgfont_wider.png \ + resize.png EXTRA_DIST = \ $(gui_DATA) |