summaryrefslogtreecommitdiffstats
path: root/client_examples/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Another try to fix the _SOURCES issueJohannes Schindelin2010-04-281-2/+0
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Fix compilation with newer automakeJohannes Schindelin2010-03-131-1/+1
| | | | | | | For some reason, this developer's automake no longer understands _SOURCES lines anymore. Work around that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Rename HAVE_X -> HAVE_X11Johannes Schindelin2010-03-131-1/+1
| | | | | | This change is just for consistency reasons. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Clipboard support for SDLvncviewerdscho2009-03-081-1/+7
| | | | | | The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* 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.
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
|
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-061-1/+1
| | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel.
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
|
* support new ffmpeg versiondscho2005-09-271-1/+1
|
* link to libmp3lame only if existsdscho2005-06-061-1/+5
|
* support MinGW32!dscho2004-12-011-1/+1
|
* my ffmpeg was compiled with mp3lame...dscho2004-08-301-1/+1
|
* fix compilation on IRIXdscho2004-06-081-2/+3
|
* add vnc2mpg, a program which makes a movie from a VNC desktop using FFMPEGdscho2004-06-071-1/+12
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-0/+13
automake CFLAGS nagging