diff options
author | runge <runge@karlrunge.com> | 2010-09-10 14:26:58 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-09-10 14:26:58 -0400 |
commit | 067a88160c994e364ebb23900228633b84f99e91 (patch) | |
tree | af2b04b5a044482e35fce85bc48b5504f5e8a2ea /prepare_x11vnc_dist.sh | |
parent | ad254469783b4720db64d8ebeeb12aeb0533e542 (diff) | |
download | libvncserver-067a88160c994e364ebb23900228633b84f99e91.zip libvncserver-067a88160c994e364ebb23900228633b84f99e91.tar.gz |
update to x11vnc 0.9.12
Diffstat (limited to 'prepare_x11vnc_dist.sh')
-rw-r--r-- | prepare_x11vnc_dist.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index e28ea6d..2f6fec1 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.11" +VERSION="0.9.13" cd "$(dirname "$0")" @@ -33,9 +33,10 @@ echo "" >> Makefile.am cat Makefile.am.LibVNCServer | \ sed -e "s/^SUBDIRS.*$/#SUBDIRS=libvncserver libvncclient x11vnc classes/" \ -e "s/^DIST_SUBDIRS.*$/#DIST_SUBDIRS=libvncserver libvncclient x11vnc classes/" \ - -e "/all: make_config_executable/,\$d" \ -e "/^.*bin_SCRIPTS.*$/d" \ - -e "s/include_/noinst_/" \ + -e "s/^include_HEADERS/if HAVE_SYSTEM_LIBVNCSERVER^else^include_HEADERS/" \ + -e "s/rfbclient\.h/rfbclient.h^endif/" \ + | tr '^' '\n' \ >> Makefile.am mv README README.LibVNCServer |