summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use an m4 script subdirectory, fix automake init and two macro names.Brian Bidulock2014-10-021-0/+1
|
* Move vncterm to https://github.com/LibVNC/vncterm.Christian Beier2014-09-091-2/+2
|
* Remove x11vnc from autotools build system.factor-out-x11vncChristian Beier2014-09-031-4/+1
|
* Rename 'classes' dir to 'webclients'.Christian Beier2011-11-091-2/+2
|
* Merge branch 'master' of ↵Christian Beier2011-03-281-1/+1
|\ | | | | | | ssh://libvncserver.git.sourceforge.net/gitroot/libvncserver/libvncserver
| * Include cmake configure file templates in dist tarball.Christian Beier2011-03-121-1/+1
| | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | Add libvncserver.pc and libvncclient.pc files.Vic Lee2011-03-281-0/+3
|/ | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Move zippy.c to examples.Christian Beier2011-03-101-2/+2
|
* Include CMakeLists.txt file in dist tarball.Christian Beier2011-02-021-0/+1
|
* clean up build flagsdscho2009-02-031-2/+0
| | | | | | | | | | | | | | | | | 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>
* Recurse into subdirectory x11vnc/ when configuring with --with-x11vncdscho2008-01-311-1/+5
| | | | | | | | | | 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>
* configure: make more of a split between libvncserver and x11vnc pkgs.runge2007-05-271-3/+3
|
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-311-2/+2
|
* make libvncserver-conf executable the autoconf waydscho2005-05-241-5/+0
|
* "make t" now executes the testsdscho2005-05-241-0/+2
|
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-051-1/+1
|
* fix bug 968264: make rpm did not work with x11vnc packagedscho2004-06-071-2/+2
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-2/+2
| | | | automake CFLAGS nagging
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-26/+2
|
* Honour the check for libz, libjpeg againdscho2004-01-291-2/+9
|
* ZRLE no longer uses C++, but Cdscho2003-09-081-15/+7
|
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-301-1/+1
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-2/+2
| | | | should not be used in a library (use rfbLog instead)
* debug flagsdscho2003-07-281-0/+2
|
* also distribute classes/ directorydscho2003-07-101-2/+2
|
* let libvncserver-config behave as expected when called without installingdscho2003-02-281-0/+7
|
* fixed header installation into $(prefix)/include/rfbdscho2003-02-191-2/+4
|
* moved include/ to rfb/dscho2003-02-181-3/+4
|
* included vnctermdscho2003-02-091-2/+2
|
* renamed sraRegion to rfbregion and put it in include/; will be installed nowdscho2003-02-091-4/+3
|
* converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.hdscho2003-02-091-1/+1
|
* small adjustments for autoconf/automake compatibilitydscho2003-02-091-4/+4
|
* make dist fixed; make rpm introduceddscho2003-02-091-0/+21
|
* autoconf'ed everythingdscho2003-02-081-0/+21
OpenPOWER on IntegriCloud