From 8f407f8a1ab2adf08c438f40cd797fef8a810dae Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 5 Oct 2001 20:19:35 +0000 Subject: extracted font routines from example --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08b972e..b0d8eca 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,11 @@ OSX_LIBS = -framework ApplicationServices -framework Carbon SOURCES=main.c rfbserver.c sraRegion.c auth.c sockets.c \ stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ - zlib.c tight.c httpd.c cursor.o \ + zlib.c tight.c httpd.c cursor.c font.c \ d3des.c vncauth.c OBJS=main.o rfbserver.o sraRegion.o auth.o sockets.o \ stats.o corre.o hextile.o rre.o translate.o cutpaste.o \ - zlib.o tight.o httpd.o cursor.o \ + zlib.o tight.o httpd.o cursor.o font.o \ d3des.o vncauth.o all: example pnmshow storepasswd -- cgit v1.2.1