summaryrefslogtreecommitdiffstats
path: root/libvncclient/rfbproto.c
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-01-25 17:32:24 +0100
committerChristian Beier <dontmind@freeshell.org>2011-01-25 17:36:00 +0100
commitffe30366d63fd318f0ee3b55dd9a60642bfb5d88 (patch)
tree62a6b6b3c6157794619b63a81d4f8fcc7c45e6b0 /libvncclient/rfbproto.c
parent5e1488beb3903b2d3fa2fd2457f8bff781033d9a (diff)
downloadlibtdevnc-ffe30366d63fd318f0ee3b55dd9a60642bfb5d88.tar.gz
libtdevnc-ffe30366d63fd318f0ee3b55dd9a60642bfb5d88.zip
Put files used by both libs into a 'common' dir.
No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'libvncclient/rfbproto.c')
-rw-r--r--libvncclient/rfbproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c
index 7d881c4..010d08d 100644
--- a/libvncclient/rfbproto.c
+++ b/libvncclient/rfbproto.c
@@ -2185,5 +2185,5 @@ PrintPixelFormat(rfbPixelFormat *format)
#define rfbUseKey rfbClientUseKey
#define rfbCPKey rfbClientCPKey
-#include "../libvncserver/vncauth.c"
-#include "../libvncserver/d3des.c"
+#include "vncauth.c"
+#include "d3des.c"