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
runge
6fbba525a9
x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL,
...
-setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS
encryption support. Tweaks to choose_delay() algorithm.
-ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs
management. Additions to tray=setpass naive user mode.
16 years ago
runge
16c7ea1b35
x11vnc: Add symmetric key encryption -enc cipher:keyfile,
...
works with SSVNC. Make -remap work on MacOSX console.
update to 0.9.5 strings. Add a couple menu items to tkx11vnc.
16 years ago
runge
e871649dab
clobbered x11vnc/Makefile.am by mistake.
18 years ago
dscho
ca805667e6
Build shared libraries per default
...
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
18 years ago
runge
241f3ed566
x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create
18 years ago
runge
1b9082bc87
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
18 years ago
runge
4a83f87609
x11vnc: Native Mac OS X support.
18 years ago
runge
901729e3e0
x11vnc: enable --without-x builds for -rawfb only binaries.
19 years ago
runge
079528470d
x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).
19 years ago
runge
279f35495a
x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -rawfb console.
19 years ago
runge
3c80351a1c
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
19 years ago
runge
d14cf0a84c
SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils for x11vnc. FBPM "support".
19 years ago
runge
e2e9347946
x11vnc: add -ssl mode using libssl. Include Xdummy in misc.
19 years ago
runge
79310af7e7
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
19 years ago
dscho
880035ad54
IRIX linker is very picky about order of libraries
19 years ago
runge
5993dd757e
x11vnc: add -8to24 option for some multi-depth displays.
19 years ago
runge
71f2ec7918
x11vnc: the big split.
19 years ago
dscho
354d3c9a92
DEFINES -> AM_CFLAGS
19 years ago
runge
baee5e2b3a
x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...
20 years ago
runge
22ef536ce5
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
20 years ago
runge
3e5208ef36
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
20 years ago
dscho
658b65ad0c
support MinGW32!
20 years ago
runge
2c668dea01
fix XKBlib.h detection on *BSD, x11vnc: manpage and README
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