summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGernot Tenchio <gernot.tenchio@securepoint.de>2011-08-16 14:02:38 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2011-08-17 12:46:30 +0200
commitb543d48677082cf23b771a4e16ceccccc2f7d9e1 (patch)
tree55c13aa7fbae2a65ecd633c2f2fb7f6f0db7854e /CMakeLists.txt
parentc2fb69f84d3243e7068754436f8b5edbacc837ad (diff)
downloadlibtdevnc-b543d48677082cf23b771a4e16ceccccc2f7d9e1.tar.gz
libtdevnc-b543d48677082cf23b771a4e16ceccccc2f7d9e1.zip
Move libvncserver/md5* to common
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 c823ff2..bf56204 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -191,7 +191,7 @@ if(LIBVNCSERVER_WITH_WEBSOCKETS)
${LIBVNCSERVER_SOURCES}
${LIBVNCSERVER_DIR}/websockets.c
${LIBVNCSERVER_DIR}/${WSSRCS}
- ${LIBVNCSERVER_DIR}/md5.c
+ ${COMMON_DIR}/md5.c
)
endif(LIBVNCSERVER_WITH_WEBSOCKETS)