diff options
author | dscho <dscho> | 2001-10-05 20:19:35 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-05 20:19:35 +0000 |
commit | 8f407f8a1ab2adf08c438f40cd797fef8a810dae (patch) | |
tree | 999aab5a3f788f5c6e43621525fdf6515f6bb974 /Makefile | |
parent | 48eb9b22c7097c4af61760ce3fdc7f5135e657bc (diff) | |
download | libtdevnc-8f407f8a1ab2adf08c438f40cd797fef8a810dae.tar.gz libtdevnc-8f407f8a1ab2adf08c438f40cd797fef8a810dae.zip |
extracted font routines from example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |