From febced55362321b1015fe23ca7d7b831c28acfcc Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 21 Sep 2001 23:33:47 +0000 Subject: http added, prepare for cursor --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91e6a6c..0154b72 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ OSX_LIBS = -framework ApplicationServices -framework Carbon SOURCES=main.c rfbserver.c miregion.c auth.c sockets.c xalloc.c \ stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ - zlib.c tight.c + zlib.c tight.c httpd.c OBJS=main.o rfbserver.o miregion.o auth.o sockets.o xalloc.o \ stats.o corre.o hextile.o rre.o translate.o cutpaste.o \ - zlib.o tight.o + zlib.o tight.o httpd.o all: example pnmshow storepasswd -- cgit v1.2.3