From e2239cdb00e74c1e08fb8846aa9b522d7df8c716 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 23 Dec 2013 15:39:45 -0600 Subject: [PATCH] Fix unknown icon type configuration warning. This resolve bug report 935. --- krename/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krename/Makefile.am b/krename/Makefile.am index e4135fc..c3ec601 100644 --- a/krename/Makefile.am +++ b/krename/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/src $(all_includes) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO -KDE_ICON = AUTO +KDE_ICON = krename messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot