diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 20:58:30 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-09-13 20:58:30 +0200 |
commit | 727c0b1acdf014b873ae5ec7a3c33a8145f4a172 (patch) | |
tree | 7a9fe20669ad41f8eb9e4509c57be31dc99c26f3 /icons | |
parent | 5644e30666647b94f75f86607e945c3b263ba73b (diff) |
version bump to 0.2.2
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index e540a82a..68bec9c7 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,10 +1,12 @@ +iconspath=@top_srcdir@/icons + icon16dir=$(prefix)/share/icons/hicolor/16x16/apps -icon16_DATA=16x16/deadbeef.png +icon16_DATA=$(iconspath)/16x16/deadbeef.png icon32dir=$(prefix)/share/icons/hicolor/32x32/apps -icon32_DATA=32x32/deadbeef.png +icon32_DATA=$(iconspath)/32x32/deadbeef.png icon48dir=$(prefix)/share/icons/hicolor/48x48/apps -icon48_DATA=48x48/deadbeef.png +icon48_DATA=$(iconspath)/48x48/deadbeef.png -EXTRADIST = $(icon16_DATA) $(icon32_DATA) $(icon48_DATA) +EXTRA_DIST = $(icon16_DATA) $(icon32_DATA) $(icon48_DATA) |