From 1398145018a59747a442ee47d9d595973f2751ec Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 23 Dec 2013 20:49:18 -0600 Subject: Fix unknown icon type configuration warnings. This resolves bug report 1501. --- ksirc/icons/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ksirc/icons') diff --git a/ksirc/icons/Makefile.am b/ksirc/icons/Makefile.am index 6cebb136..184d2499 100644 --- a/ksirc/icons/Makefile.am +++ b/ksirc/icons/Makefile.am @@ -1,5 +1,8 @@ # Directory where to install them ksircicondir = $(kde_datadir)/ksirc/icons -ksircicon_ICON = AUTO +ksircicon_ICON = ksirc* KDE_ICON = ksirc + +pics_DATA = X.png ctcpping.png error.png +picsdir = $(kde_datadir)/ksirc/pics -- cgit v1.2.1