diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:36:35 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:36:35 +0200 |
commit | 95f1f294d0fd7b006f52d18d39ae0c3116258d91 (patch) | |
tree | 67163b268e5af6ddf3bb52e1e41ecd253f6e8a69 /common/rfb/CMakeLists.txt | |
parent | 0aa3157cf6bf2a5d20a8a84515d2ee5c15faef65 (diff) | |
parent | 236c03cc333246be44a20569fcd0d1c2c82c4079 (diff) | |
download | tigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.tar.gz tigervnc-95f1f294d0fd7b006f52d18d39ae0c3116258d91.zip |
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Diffstat (limited to 'common/rfb/CMakeLists.txt')
-rw-r--r-- | common/rfb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt index 0300105a..9f5b59ec 100644 --- a/common/rfb/CMakeLists.txt +++ b/common/rfb/CMakeLists.txt @@ -71,7 +71,7 @@ if(WIN32) set(RFB_SOURCES ${RFB_SOURCES} WinPasswdValidator.cxx) endif(WIN32) -set(RFB_LIBRARIES ${JPEG_LIBRARIES} os) +set(RFB_LIBRARIES ${JPEG_LIBRARIES} os rdr) if(HAVE_PAM) set(RFB_SOURCES ${RFB_SOURCES} UnixPasswordValidator.cxx |