summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-09-23 02:00:31 +0000
committerdscho <dscho>2001-09-23 02:00:31 +0000
commit1e83d9a5994e0e68497a136b719c9c1c53103f3c (patch)
tree840fe9b31cfa0b8e1943368a299381097981c303 /Makefile
parentfebced55362321b1015fe23ca7d7b831c28acfcc (diff)
downloadlibvncserver-1e83d9a5994e0e68497a136b719c9c1c53103f3c.zip
libvncserver-1e83d9a5994e0e68497a136b719c9c1c53103f3c.tar.gz
cleaned up warnings, cursor changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0154b72..d5ed14c 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 httpd.c
+ zlib.c tight.c httpd.c cursor.o
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 httpd.o
+ zlib.o tight.o httpd.o cursor.o
all: example pnmshow storepasswd
OpenPOWER on IntegriCloud