From 10ac8429513186e5e396167dcdb7459fa3932525 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 25 Oct 2010 23:18:15 +0200 Subject: Makes using automake it can be built and installed --- data/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 696696c..078a5ee 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,8 @@ desktopentry_DATA = eye-on-manga.desktop -icon_48x48_DATA = icons/48x48/eye-on-manga.png +icon_26x26_DATA = icons/26x26/eye-on-manga.png +icon_40x40_DATA = icons/40x40/eye-on-manga.png +icon_64x64_DATA = icons/64x64/eye-on-manga.png icon_scalable_DATA = icons/scalable/eye-on-manga.png -EXTRA_DIST = $(desktopentry_DATA) $(icon_48x48_DATA) $(icon_scalable_DATA) +EXTRA_DIST = $(desktopentry_DATA) $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_64x64_DATA) $(icon_scalable_DATA) -- cgit v1.2.3-54-g00ecf