diff options
author | Brian Hinz <bphinz@users.sourceforge.net> | 2011-10-14 21:35:40 +0000 |
---|---|---|
committer | Brian Hinz <bphinz@users.sourceforge.net> | 2011-10-14 21:35:40 +0000 |
commit | 308b7eda345fc8b8a4357518cdd3612762c35aa2 (patch) | |
tree | 7e586a4f90e108a5c1fec6735b90cdb375d6e185 /java/CMakeLists.txt | |
parent | 2998de6e5057330be845f7b0ae16537dbf77ec07 (diff) | |
download | tigervnc-308b7eda345fc8b8a4357518cdd3612762c35aa2.tar.gz tigervnc-308b7eda345fc8b8a4357518cdd3612762c35aa2.zip |
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
Diffstat (limited to 'java/CMakeLists.txt')
-rw-r--r-- | java/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index a6ca8000..4010aa61 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -109,5 +109,6 @@ if(NOT WIN32) ${CMAKE_CURRENT_BINARY_DIR}/VncViewer.jar ${JAVA_SRCDIR}/README ${JAVA_SRCDIR}/index.vnc + ${JAVA_SRCDIR}/favicon.ico DESTINATION vnc/classes) endif() |