summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* drop autotoolsBert van Hall2017-02-131-27/+0
| | | | | | | | Since autotools officially is no longer supported (see various github issues), drop the related infrastructure to stop tempting people to use it for building. Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
* Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-021-1/+1
|
* Add an example how to connect to an UltraVNC-style repeaterJohannes Schindelin2014-04-051-1/+1
| | | | | | | | | | | | UltraVNC offers an add-on to connect clients and servers via IDs with a so-called repeater (e.g. to bridge firewalled clients and servers): http://www.uvnc.com/products/uvnc-repeater.html This example demonstrates how to use that feature with a LibVNCServer-based server. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Adopt autotools build system to Android.Christian Beier2011-07-231-0/+4
| | | | LibVNCServer/LibVNCClient now build for Android!
* Move zippy.c to examples.Christian Beier2011-03-101-1/+2
|
* clean up build flagsdscho2009-02-031-1/+1
| | | | | | | | | | | | | | | | | 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>
* Build shared libraries per defaultdscho2007-03-301-1/+1
| | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
* include rotatetemplate.c in the tarballdscho2006-04-301-1/+1
|
* add rotate and flip exampledscho2006-04-271-1/+1
|
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
|
* Added an example camera application to demonstrate another way to write a ↵steven_carr2006-04-171-1/+1
| | | | server application.
* Fix blooptest exampledscho2006-03-011-5/+0
|
* if compiling with pthreads, also compile blooptestdscho2006-03-011-1/+9
|
* add BackChannel extension exampledscho2005-10-061-1/+1
|
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-1/+6
| | | | Thank you very much, Rohit!
* support MinGW32!dscho2004-12-011-1/+1
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-9/+2
| | | | automake CFLAGS nagging
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-1/+1
|
* add a simple example how to use rfbDoCopyRectdscho2004-01-211-2/+5
|
* debug flagsdscho2003-07-281-1/+1
|
* Added simple examplesdscho2003-07-251-1/+1
|
* the correct way to include rfb.h is now "#include <rfb/rfb.h>"dscho2003-02-201-0/+2
|
* fixed dependecy to libvncserver.a; if the lib is newer, the programs are ↵dscho2003-02-101-1/+1
| | | | relinked
* added colourmapexample; fixed LinuxVNC to show the right coloursdscho2003-02-101-1/+1
|
* support for OS X is better nowdscho2003-02-091-0/+1
|
* trying again to support OS Xdscho2003-02-091-1/+5
|
* renamed sraRegion to rfbregion and put it in include/; will be installed nowdscho2003-02-091-1/+1
|
* make dist fixed; make rpm introduceddscho2003-02-091-0/+5
|
* autoconf'ed everythingdscho2003-02-081-0/+6