summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-08-14 10:24:32 +0000
committerdscho <dscho>2001-08-14 10:24:32 +0000
commit2634379912ea972dedc0d389049945716c90c0db (patch)
tree1dd12c9611b772e1c113980bbf7de1e61b7c37a0 /Makefile
parent47341aa5545e8b354c8cd45e1372f96d9e4f6c0d (diff)
downloadlibtdevnc-2634379912ea972dedc0d389049945716c90c0db.tar.gz
libtdevnc-2634379912ea972dedc0d389049945716c90c0db.zip
comments & new example: pnmshow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1969adc..07fcb11 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ 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
-all: example storepasswd
+all: example pnmshow storepasswd
install_OSX: OSXvnc-server
cp OSXvnc-server storepasswd ../OSXvnc/build/OSXvnc.app/Contents/MacOS
@@ -41,6 +41,9 @@ libvncserver.a: $(OBJS)
example: example.o libvncauth/libvncauth.a libvncserver.a
$(CC) -o example example.o $(LIBS) $(PTHREAD_LIBS)
+pnmshow: pnmshow.o libvncauth/libvncauth.a libvncserver.a
+ $(CC) -o pnmshow pnmshow.o $(LIBS) $(PTHREAD_LIBS)
+
OSXvnc-server: mac.o libvncauth/libvncauth.a libvncserver.a
$(CC) -o OSXvnc-server mac.o $(LIBS) $(OSX_LIBS)