c8e4a65bd1
- Rotation now fully working (on demand with F4 key) - Speed improvements and bug fixes - Improved server state detection (using IPC) - changed to LibVNCServer from kanaka repository - New webserver vnc client (noVNC), uses javascript - Ability to make a reverse connection - Two new framebuffer access methods (gingerbread and adb) - New minimalistic interface
8 lines
125 B
Makefile
Executable File
8 lines
125 B
Makefile
Executable File
INCLUDES = -I$(top_srcdir)
|
|
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
|
|
|
|
noinst_PROGRAMS=zippy
|
|
|
|
zippy_SOURCES=zippy.c
|
|
|