diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-05-13 14:04:59 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-05-13 14:04:59 +0000 |
commit | 561ff0cba91b23fcb5c19793764fc2510fc4d366 (patch) | |
tree | 0640a47879a5b763ad949df3709d3beb98f7030e /vncviewer/CMakeLists.txt | |
parent | f8c5ef62fccb3d5dccf71257dfe5d30dbb524f63 (diff) | |
download | tigervnc-561ff0cba91b23fcb5c19793764fc2510fc4d366.tar.gz tigervnc-561ff0cba91b23fcb5c19793764fc2510fc4d366.zip |
Implement connection dialog based on unix vncviewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4412 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CMakeLists.txt')
-rw-r--r-- | vncviewer/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt index c832b354..36561f8d 100644 --- a/vncviewer/CMakeLists.txt +++ b/vncviewer/CMakeLists.txt @@ -6,6 +6,7 @@ set(VNCVIEWER_SOURCES CConn.cxx DesktopWindow.cxx UserDialog.cxx + ServerDialog.cxx Viewport.cxx parameters.cxx keysym2ucs.c |