dscho
e32ebd64a0
Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc
...
Since we separated the packages LibVNCServer and x11vnc, there is
a configure switch --with-x11vnc, without which x11vnc is not built.
However, even _with_ this switch, it is not built, because the Makefile
would not recurse into the x11vnc/ subdirectory. Fix that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
runge
dd193b1335
configure: make more of a split between libvncserver and x11vnc pkgs.
18 years ago
runge
1f8da9bde3
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
18 years ago
dscho
a3f1ba4561
make libvncserver-conf executable the autoconf way
20 years ago
dscho
8ef9dbd341
"make t" now executes the tests
20 years ago
runge
4301cdf1df
autoconf: rpm -> rpmbuild and echo -n -> printf
20 years ago
dscho
cb3d612bb1
fix bug 968264: make rpm did not work with x11vnc package
21 years ago
dscho
2b8c2a5c3a
add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
21 years ago
dscho
876868553d
move the library into libvncserver/, x11vnc into x11vnc/
21 years ago
dscho
e0cbabec29
Honour the check for libz, libjpeg again
21 years ago
dscho
937b906f0d
ZRLE no longer uses C++, but C
22 years ago
dscho
ae5142bdbd
add rfbclient.h to distribution; avoid C++ style comments
22 years ago
dscho
13b358fed1
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
22 years ago
dscho
b9ebdab1f2
debug flags
22 years ago
dscho
ebc250a946
also distribute classes/ directory
22 years ago
dscho
c4d44f983e
let libvncserver-config behave as expected when called without installing
22 years ago
dscho
1c3c0c811b
fixed header installation into $(prefix)/include/rfb
22 years ago
dscho
e22be6634d
moved include/ to rfb/
22 years ago
dscho
23f45bc764
included vncterm
22 years ago
dscho
fd96c5e835
renamed sraRegion to rfbregion and put it in include/; will be installed now
22 years ago
dscho
5030d53ff0
converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h
22 years ago
dscho
0fb516818c
small adjustments for autoconf/automake compatibility
22 years ago
dscho
4f3ac987fb
make dist fixed; make rpm introduced
22 years ago
dscho
9f6a47087b
autoconf'ed everything
22 years ago