diff options
author | Adam Tkac <atkac@redhat.com> | 2011-02-01 14:35:39 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2011-02-01 14:35:39 +0000 |
commit | cf4e7511b2fe7be125ba087389f4003dd51513a4 (patch) | |
tree | b53d2f7153a4b948ae47b91afdadfd4f7955a177 /win/rfb_win32/CMakeLists.txt | |
parent | a9a7b4b34a6b586312f7f253ba07f2b8f0531399 (diff) | |
download | tigervnc-cf4e7511b2fe7be125ba087389f4003dd51513a4.tar.gz tigervnc-cf4e7511b2fe7be125ba087389f4003dd51513a4.zip |
[Development] Add new rfb_win32::SecurityPage class
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4246 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/rfb_win32/CMakeLists.txt')
-rw-r--r-- | win/rfb_win32/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/rfb_win32/CMakeLists.txt b/win/rfb_win32/CMakeLists.txt index 60af6db5..83d7f1c6 100644 --- a/win/rfb_win32/CMakeLists.txt +++ b/win/rfb_win32/CMakeLists.txt @@ -20,6 +20,7 @@ set(RFB_WIN32_SOURCES RegConfig.cxx Registry.cxx ScaledDIBSectionBuffer.cxx + SecurityPage.cxx SDisplayCorePolling.cxx SDisplayCoreWMHooks.cxx SDisplay.cxx |