mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
zlib working
svn path=/trunk/kdenetwork/krfb/; revision=132040
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user