diff options
Diffstat (limited to 'gst-mixer/icons/Makefile.am')
-rw-r--r-- | gst-mixer/icons/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gst-mixer/icons/Makefile.am b/gst-mixer/icons/Makefile.am deleted file mode 100644 index da41b97..0000000 --- a/gst-mixer/icons/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -SUBDIRS = 16x16 - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - - --include $(top_srcdir)/git.mk |