From 5c438e3fb2d98f6aa36b58610ed9d871a41cf6f1 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 24 Sep 2001 22:02:28 +0000 Subject: bugfix: cursor (works now without xcursor encoding) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5ed14c..498e106 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ CFLAGS=-g -Wall #CFLAGS=-O2 -Wall RANLIB=ranlib -INCLUDES=-I. -Ilibvncauth -Iinclude -Iinclude/X11 -Iinclude/Xserver +INCLUDES=-I. -Ilibvncauth -Iinclude +# -Iinclude/X11 -Iinclude/Xserver VNCAUTHLIB=-Llibvncauth -lvncauth VNCSERVERLIB=-L. -lvncserver -lz -ljpeg -- cgit v1.2.1