Fixed paths in makefiles under unix/xc/ to reflect changes in directory layout.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@619 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/xc/programs/Xserver/vnc/Imakefile b/unix/xc/programs/Xserver/vnc/Imakefile
index 1c8132d..d260759 100644
--- a/unix/xc/programs/Xserver/vnc/Imakefile
+++ b/unix/xc/programs/Xserver/vnc/Imakefile
@@ -1,8 +1,9 @@
XCOMM CDEBUGFLAGS = -g
XCOMM CXXDEBUGFLAGS = -g
- VNCTOP = $(TOP)/..
- VNCINCLUDE = -I$(VNCTOP) -I$(VNCTOP)/vncconfig_unix
+ VNCUNIXDIR = VncUnixDir
+ VNCCOMMONDIR = VncCommonDir
+ VNCINCLUDE = -I$(VNCCOMMONDIR) -I$(VNCUNIXDIR)/vncconfig
#define CplusplusSource