diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2010-04-28 10:12:42 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-04-28 12:04:36 +0200 |
commit | a34d9215715813597ba7746c7a230e8ded6ae316 (patch) | |
tree | 0147f3cfed3ce8c2c21b4e4bdb2becf8fee573cb /rfb | |
parent | 8d79a63d3c8caca5d0db4827e072f7c773387afa (diff) | |
download | libtdevnc-a34d9215715813597ba7746c7a230e8ded6ae316.tar.gz libtdevnc-a34d9215715813597ba7746c7a230e8ded6ae316.zip |
cmake: fix CMakeLists.txt
- It's SDL_LIBRARY, not SDL_LIBRARIES
- Detect GnuTLS and set the macro in rfbconfig.h
- Add tls.c to libvncclient to avoid missing symbols
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbconfig.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 5e15569..f9f9ba3 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -54,6 +54,9 @@ /* Define to the version of this package. */ #define LIBVNCSERVER_PACKAGE_VERSION "@PACKAGE_VERSION@" +/* Define to 1 if GnuTLS is present */ +#cmakedefine LIBVNCSERVER_WITH_CLIENT_TLS 1 + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #cmakedefine LIBVNCSERVER_WORDS_BIGENDIAN 1 |