summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-09-02 18:05:46 +0200
committerChristian Beier <dontmind@freeshell.org>2017-09-02 18:05:57 +0200
commit6814e946e0afed20a6ef0f45a9bcbfeda2e77706 (patch)
tree5d623a164ce4b728050569e102f39299da3fd284 /CMakeLists.txt
parentdf11e806a31ec0fe0f3f58917ed1e98769adb910 (diff)
downloadlibtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.tar.gz
libtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.zip
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 430e909..f605202 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -338,7 +338,7 @@ endif()
if(LIBVNCSERVER_HAVE_SASL)
set(LIBVNCCLIENT_SOURCES
${LIBVNCCLIENT_SOURCES}
- ${LIBVNCCLIENT_DIR}/rfbsasl.c
+ ${LIBVNCCLIENT_DIR}/sasl.c
)
endif()