From 7020a3a7db7ce7e192e7b84e0f359b85584fe1a4 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 27 Aug 2011 21:27:29 +0000 Subject: fix for makefile not installing icons, update spec file for next release --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0a9d155..3339143 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,8 @@ transmission_remote_gtk_SOURCES = main.c \ transmission_remote_gtk_LDFLAGS = -lm -lcurl $(jsonglib_LIBS) $(gtk_LIBS) $(gthread_LIBS) $(GEOIP_LIBS) $(gio_LIBS) $(unique_LIBS) $(notify_LIBS) $(libproxy_LIBS) +install-data-local: install-icons update-icon-cache + gtk_update_icon_cache = gtk-update-icon-cache -f -t update-icon-cache: -- cgit v1.2.3