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 | 59618657040cac0ccf2be7c39bbdfc0c15f6b40c (patch) | |
tree | 8e496c41610a77d71655a9c73c715f89c5ff1e5a /data/graphics | |
parent | 9b3851078e330c84f6b817dd2d677fcf11adf49c (diff) | |
download | mana-59618657040cac0ccf2be7c39bbdfc0c15f6b40c.tar.gz mana-59618657040cac0ccf2be7c39bbdfc0c15f6b40c.tar.bz2 mana-59618657040cac0ccf2be7c39bbdfc0c15f6b40c.tar.xz mana-59618657040cac0ccf2be7c39bbdfc0c15f6b40c.zip |
Adding the resize.png to installation to prevent crashing.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index b5cd7bec..50c9dfe7 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/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) |