summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2014-03-29 14:53:24 -0500
committerJohannes Schindelin <johannes.schindelin@gmx.de>2014-04-05 18:37:58 -0500
commitc0e012e4d26f2bc38ee5d34c3ee75e94cc799767 (patch)
treebde483617cdf0faa0b9fa4adc946456b9ed85b15 /examples/Makefile.am
parent7b9fc019de681125df48eb0650d3235aed87d8a5 (diff)
downloadlibvncserver-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.zip
libvncserver-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.tar.gz
Add an example how to connect to an UltraVNC-style repeater
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>
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 29d3774..6a7d656 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -23,5 +23,5 @@ noinst_HEADERS=radon.h rotatetemplate.c
noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
vncev storepasswd colourmaptest simple simple15 $(MAC) \
$(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \
- zippy
+ zippy repeater
OpenPOWER on IntegriCloud