From ab725b2ff0cc76e9de314d8d560b44f9d4b7878a Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: May 07 2015 09:04:53 +0000 Subject: Add sample screenshot of iok --- diff --git a/data/Makefile.am b/data/Makefile.am index ea03910..e8d0bfa 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,5 +2,6 @@ # SUBDIRS = \ icons \ + images \ $(NULL) diff --git a/data/images/Makefile.am b/data/images/Makefile.am new file mode 100644 index 0000000..2bce4b0 --- /dev/null +++ b/data/images/Makefile.am @@ -0,0 +1,5 @@ +# vim:set noet ts=4: +EXTRA_DIST = \ + iok-gui.png \ + $(NULL) + diff --git a/data/images/iok-gui.png b/data/images/iok-gui.png new file mode 100644 index 0000000..beddaac Binary files /dev/null and b/data/images/iok-gui.png differ