diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 11:03:32 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 11:03:32 +0200 |
commit | ff18f69d0302fa1561a678588f0c474b2d029fc8 (patch) | |
tree | e11389f65139c52762f56380ec233c705faecaa8 | |
parent | 8e57c956bd0152f7d1fd3e7a5f4c74b8299a85d2 (diff) |
fixed icons installation
-rw-r--r-- | icons/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 835070e6..e540a82a 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,11 +1,10 @@ icon16dir=$(prefix)/share/icons/hicolor/16x16/apps icon16_DATA=16x16/deadbeef.png -EXTRADIST = $(icon16_DATA) icon32dir=$(prefix)/share/icons/hicolor/32x32/apps icon32_DATA=32x32/deadbeef.png -EXTRADIST = $(icon32_DATA) icon48dir=$(prefix)/share/icons/hicolor/48x48/apps icon48_DATA=48x48/deadbeef.png -EXTRADIST = $(icon48_DATA) + +EXTRADIST = $(icon16_DATA) $(icon32_DATA) $(icon48_DATA) |