zlib working

svn path=/trunk/kdenetwork/krfb/; revision=132040
This commit is contained in:
Tim Jansen
2002-01-17 00:10:12 +00:00
parent a027cd3c14
commit 88ea55ab01
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
2002-01-15 Tim Jansen <tim@tjansen.de>
* started introducing auto_ptrs
* removed all client stuff from the library
2002-01-14 Tim Jansen <tim@tjansen.de>
* lib/encodeRectangleZlib.cc: ported ZLib encoder from TightVNC's
winvnc server
* lib/Makefile.am: removed CoRRE encoder from project (see NOTES)
2002-01-13 Tim Jansen <tim@tjansen.de>

View File

@@ -2,7 +2,7 @@ METASOURCES = AUTO
bin_PROGRAMS = krfb
krfb_SOURCES = rfbcontroller.cc configuration.cc trayicon.cpp XUpdateScanner.cc rfbconnection.cc main.cpp configurationdialog.ui newconnectiondialog.ui
krfb_LDADD = ../lib/librfbserver.a $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIBSOCKET)
krfb_LDADD = ../lib/librfbserver.a -lz $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIBSOCKET)
EXTRA_DIST = $(krfb_SOURCES) krfb.desktop lo32-app-krfb.png lo16-app-krfb.png rfbcontroller.h rfbconnection.h eyes-closed24.png eyes-open24.png XUpdateScanner.h trayicon.h configuration.h