From d44e3af64b3e224cdc2cba2549a9e84caefc2137 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 18 Oct 2001 23:37:30 +0000 Subject: add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike" --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 64fe312..26b88b1 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,9 @@ pnmshow24: pnmshow24.o libvncserver.a fontsel: fontsel.o libvncserver.a $(CC) -o fontsel fontsel.o -L. -lvncserver -lz -ljpeg +vncev: vncev.o libvncserver.a + $(CC) -o vncev vncev.o -L. -lvncserver -lz -ljpeg + clean: rm -f $(OBJS) *~ core "#"* *.bak *.orig storepasswd.o \ mac.o example.o pnmshow.o pnmshow24.o sratest.o \ -- cgit v1.2.1