From 85a5c106200cf795bf8db2e9223d4a2010bceb2a Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 27 Oct 2015 22:12:17 +0100 Subject: [PATCH] icons: fix EXTRA_DIST so the new 96px wilber icons are in the tarball --- icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/Makefile.am b/icons/Makefile.am index 68e1f3c8f9..7b6593226f 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -503,7 +503,7 @@ EXTRA_DIST = \ $(icons32_DATA) \ $(icons48_DATA) \ $(icons64_DATA) \ - $(icons92_DATA) \ + $(icons96_DATA) \ $(icons128_DATA) \ $(icons192_DATA) \ $(icons256_DATA)