diff options
author | runge <runge> | 2005-05-25 03:19:23 +0000 |
---|---|---|
committer | runge <runge> | 2005-05-25 03:19:23 +0000 |
commit | ae59284aec473bada56b55b3177ad0b4998971dd (patch) | |
tree | c2b4dfe463a19e54aac5064d68f59ff2ee2bed1d /prepare_x11vnc_dist.sh | |
parent | ff590d0afafa9a007995c138079bb75f0680e302 (diff) | |
download | libtdevnc-ae59284aec473bada56b55b3177ad0b4998971dd.tar.gz libtdevnc-ae59284aec473bada56b55b3177ad0b4998971dd.zip |
x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile
Diffstat (limited to 'prepare_x11vnc_dist.sh')
-rw-r--r-- | prepare_x11vnc_dist.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index ca78be6..9af70cf 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -7,6 +7,7 @@ cd "$(dirname "$0")" mv configure.ac configure.ac.LibVNCServer cat configure.ac.LibVNCServer | \ +egrep -v 'AC_CONFIG_COMMANDS.*libvncserver-config' | \ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \ -e "s/\(contrib\|examples\|vncterm\|libvncclient\|test\|client_examples\)\/Makefile//g" \ -e "s/LibVNCServer.spec/x11vnc.spec/g" \ |