From ffe30366d63fd318f0ee3b55dd9a60642bfb5d88 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 25 Jan 2011 17:32:24 +0100 Subject: 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 --- libvncclient/zrle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvncclient/zrle.c') diff --git a/libvncclient/zrle.c b/libvncclient/zrle.c index da2db4b..16fc091 100644 --- a/libvncclient/zrle.c +++ b/libvncclient/zrle.c @@ -72,7 +72,7 @@ #define PIXEL_T __RFB_CONCAT3E(uint,BPP,_t) #if BPP!=8 #define ZYWRLE_DECODE 1 -#include "../libvncserver/zywrletemplate.c" +#include "zywrletemplate.c" #endif #undef CPIXEL -- cgit v1.2.3