Christian Beier
92f558482d
Do away with rfbint.h generation and use stdint.h directly instead.
10 years ago
Brian Bidulock
acf095086d
Use an m4 script subdirectory, fix automake init and two macro names.
10 years ago
Christian Beier
d999a8eae3
Move vncterm to https://github.com/LibVNC/vncterm .
10 years ago
Christian Beier
0f25ea7324
Remove x11vnc from autotools build system.
10 years ago
Christian Beier
faadd48448
Rename 'classes' dir to 'webclients'.
13 years ago
Christian Beier
471baea920
Merge branch 'master' of ssh://libvncserver.git.sourceforge.net/gitroot/libvncserver/libvncserver
14 years ago
Vic Lee
64daa71ede
Add libvncserver.pc and libvncclient.pc files.
...
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Christian Beier <dontmind@freeshell.org>
14 years ago
Christian Beier
9882fdf7fa
Include cmake configure file templates in dist tarball.
...
Signed-off-by: Christian Beier <dontmind@freeshell.org>
14 years ago
Christian Beier
c8fc0ad5a7
Move zippy.c to examples.
14 years ago
Christian Beier
67b16cdf90
Include CMakeLists.txt file in dist tarball.
14 years ago
dscho
3d2eab575e
clean up build flags
...
The flag handling (both compiler options and include paths) are a mess at
the moment. There is no point in forcing "-O2 -g" when these are already
the defaults, and if someone changes the defaults, chances are good they
don't want you clobbering their choices.
The -Wall flag should be handled in configure and thrown into CFLAGS once
rather than every Makefile.am. Plus, this way we can control which
compilers the flag actually gets used with.
Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should
it contain -I. as this is already in the default includes setup.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
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
21 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