From 33b9a8116c0f02ea54e928f41e4e1b6bee06937f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 1 Dec 2009 16:44:31 +0100 Subject: [PATCH] install gajim.png/svg in $PREFIX/share/icons so that other apps can use it. Fixes #5332 --- icons/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icons/Makefile.am b/icons/Makefile.am index fb75f0ef3..e61275c37 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,7 @@ iconsdir = $(pkgdatadir)/icons nobase_dist_icons_DATA = $(srcdir)/*/*/*/* +systemiconsdir = $(datadir)/icons +nobase_dist_systemicons_DATA = $(srcdir)/*/*/*/gajim.* + MAINTAINERCLEANFILES = Makefile.in