diff options
author | dscho <dscho> | 2001-10-12 09:34:55 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-12 09:34:55 +0000 |
commit | ac263ce9aa1561847427b71298861594d8623e61 (patch) | |
tree | 9ae2633ef1037e59c3e0d9d0006a0e52c1b7a650 /Makefile | |
parent | e7dacc5717a115a456070ad5f35289a2053a36e5 (diff) | |
download | libtdevnc-ac263ce9aa1561847427b71298861594d8623e61.tar.gz libtdevnc-ac263ce9aa1561847427b71298861594d8623e61.zip |
changes to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,6 @@ PTHREADLIB = -lpthread # The code for 3 Bytes/Pixel is not very efficient! FLAG24 = -DALLOW24BPP -#CC=cc CFLAGS=-g -Wall $(PTHREADDEF) $(FLAG24) $(INCLUDES) #CFLAGS=-O2 -Wall RANLIB=ranlib @@ -29,6 +28,7 @@ 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 font.o \ d3des.o vncauth.o +INSTALLHEADER=rfb.h rfbproto.h sraRegion.h keysym.h all: example pnmshow storepasswd |