diff options
author | runge <runge> | 2008-11-22 18:36:33 +0000 |
---|---|---|
committer | runge <runge> | 2008-11-22 18:36:33 +0000 |
commit | 6fbba525a924961083bf2e43bb841bd15671f526 (patch) | |
tree | 3ec0cf4b285fb0140294a151b801c91bc78a612e /x11vnc/Makefile.am | |
parent | 63b98dba790fa9835e970b8502d93258862a9373 (diff) | |
download | libtdevnc-6fbba525a924961083bf2e43bb841bd15671f526.tar.gz libtdevnc-6fbba525a924961083bf2e43bb841bd15671f526.zip |
x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL,
-setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS
encryption support. Tweaks to choose_delay() algorithm.
-ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs
management. Additions to tray=setpass naive user mode.
Diffstat (limited to 'x11vnc/Makefile.am')
-rw-r--r-- | x11vnc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11vnc/Makefile.am b/x11vnc/Makefile.am index 5b27491..71448da 100644 --- a/x11vnc/Makefile.am +++ b/x11vnc/Makefile.am @@ -13,8 +13,11 @@ endif SUBDIRS = misc DIST_SUBDIRS = misc +desktopdir = $(datadir)/applications +desktop_DATA = x11vnc.desktop + man_MANS=x11vnc.1 -EXTRA_DIST=ChangeLog README tkx11vnc $(man_MANS) +EXTRA_DIST=ChangeLog README tkx11vnc $(man_MANS) $(desktop_DATA) if CYGIPC LD_CYGIPC=-lcygipc |