From c2d114b613e90c7a2647d739d6d8ceece12cd223 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 8 Feb 2012 16:41:37 +0000 Subject: Import a pretty icon for virt-viewer application --- icons/24x24/Makefile.am | 5 +++++ icons/24x24/virt-viewer.png | Bin 0 -> 1181 bytes 2 files changed, 5 insertions(+) create mode 100644 icons/24x24/Makefile.am create mode 100644 icons/24x24/virt-viewer.png (limited to 'icons/24x24') diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am new file mode 100644 index 0000000..355b4d1 --- /dev/null +++ b/icons/24x24/Makefile.am @@ -0,0 +1,5 @@ +size = $(notdir $(PWD)) +icondir = $(datadir)/icons/hicolor/$(size)/apps/ +icon_DATA = $(PACKAGE).png + +EXTRA_DIST = $(icon_DATA) diff --git a/icons/24x24/virt-viewer.png b/icons/24x24/virt-viewer.png new file mode 100644 index 0000000..f3d2e65 Binary files /dev/null and b/icons/24x24/virt-viewer.png differ -- cgit