Added a favicon for embedded http server.  Even less useful than a 50 cent coin, but I'm a sucker for eye candy.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4730 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index a6ca800..4010aa6 100644
--- a/java/CMakeLists.txt
+++ b/java/CMakeLists.txt
@@ -109,5 +109,6 @@
     ${CMAKE_CURRENT_BINARY_DIR}/VncViewer.jar
     ${JAVA_SRCDIR}/README
     ${JAVA_SRCDIR}/index.vnc
+    ${JAVA_SRCDIR}/favicon.ico
     DESTINATION vnc/classes)
 endif()
diff --git a/java/com/tigervnc/vncviewer/favicon.ico b/java/com/tigervnc/vncviewer/favicon.ico
new file mode 100644
index 0000000..edbd467
--- /dev/null
+++ b/java/com/tigervnc/vncviewer/favicon.ico
Binary files differ