From bf9963a4b96fb726ccce12a52033546e9191b87d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 03:23:30 +0000 Subject: Include .svg icon sources in distribution. git-svn-id: http://svn.drobilla.net/lad/patchage@1018 a436a847-0d15-0410-975c-d299462d15a1 --- icons/16x16/Makefile.am | 3 +-- icons/22x22/Makefile.am | 3 +-- icons/24x24/Makefile.am | 1 - icons/32x32/Makefile.am | 3 +-- icons/48x48/Makefile.am | 3 +-- 5 files changed, 4 insertions(+), 9 deletions(-) (limited to 'icons') diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am index f27a98a..f73fff3 100644 --- a/icons/16x16/Makefile.am +++ b/icons/16x16/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am index b71f687..b0f138f 100644 --- a/icons/22x22/Makefile.am +++ b/icons/22x22/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/22x22/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am index e4b6d06..400ca22 100644 --- a/icons/24x24/Makefile.am +++ b/icons/24x24/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/24x24/apps icon_DATA = patchage.png - EXTRA_DIST = $(icon_DATA) diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am index 9b03b6e..edce6f2 100644 --- a/icons/32x32/Makefile.am +++ b/icons/32x32/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am index 56f9453..c724369 100644 --- a/icons/48x48/Makefile.am +++ b/icons/48x48/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/48x48/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg -- cgit v1.2.1