From ff18f69d0302fa1561a678588f0c474b2d029fc8 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 13 Sep 2009 11:03:32 +0200 Subject: fixed icons installation --- icons/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'icons') 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) -- cgit v1.2.3