Christian Beier
c8fc0ad5a7
Move zippy.c to examples.
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
ca805667e6
Build shared libraries per default
...
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
18 years ago
dscho
188ccd2ee2
include rotatetemplate.c in the tarball
19 years ago
dscho
21b1fd476f
add rotate and flip example
19 years ago
runge
3c80351a1c
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
19 years ago
steven_carr
6a6ccc8c58
Added an example camera application to demonstrate another way to write a server application.
19 years ago
dscho
f38f67e4e9
Fix blooptest example
19 years ago
dscho
3c2ea8d05a
if compiling with pthreads, also compile blooptest
19 years ago
dscho
11fc700c5d
add BackChannel extension example
19 years ago
dscho
808b6a0b23
do it right: it is not DEFINES, but AM_CFLAGS
19 years ago
dscho
0a909fde7a
This monster commit contains support for TightVNC's file transfer protocol.
...
Thank you very much, Rohit!
19 years ago
dscho
658b65ad0c
support MinGW32!
20 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
c0c5aace2f
add a simple example how to use rfbDoCopyRect
21 years ago
dscho
b9ebdab1f2
debug flags
22 years ago
dscho
1e60fc200a
Added simple examples
22 years ago
dscho
98b9663e29
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
22 years ago
dscho
73d943b394
fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked
22 years ago
dscho
bd9e5747e5
added colourmapexample; fixed LinuxVNC to show the right colours
22 years ago
dscho
0552ea2e6e
support for OS X is better now
22 years ago
dscho
722577d8ba
trying again to support OS X
22 years ago
dscho
fd96c5e835
renamed sraRegion to rfbregion and put it in include/; will be installed now
22 years ago
dscho
4f3ac987fb
make dist fixed; make rpm introduced
22 years ago
dscho
9f6a47087b
autoconf'ed everything
22 years ago