Commit 558a58e0 authored by Christian Beier's avatar Christian Beier

Remove unneeded files concerning CVS.

We have a git repo nowadays and I guess we won't go back to CVS.
Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
parent 617a5f8b
Makefile
Makefile.in
compile
configure
configure.lineno
config.status
config.log
LibVNCServer.spec.in
LibVNCServer.spec
x11vnc.spec.in
.deps
aclocal.m4
autom4te.cache
libvncserver-config
_configs.sed
config.h
LibVNCServer*.tar.gz
upload_beta.sh
stamp-*
x11vnc*.tar.gz
config.h.in
rfbconfig.h
rfbconfig.h.in
install-sh
missing
mkinstalldirs
depcomp
description-pak
libvncserver*.deb
If you check out CVS of LibVNCServer, everything should build as usual:
./configure && make
If your machine complains not having the right version of automake (which should
not be necessary, because every needed file is checked in), try
find -name Makefile.in -exec touch {} \;
and rerun ./configure && make
If you want to make changes which require automake or autoconf (i.e. you
check for other headers or add files), you have to have a current
(>2.50) version of autoconf. Also, you need automake.
Then, just do
sh autogen.sh && make
in LibVNCServer's directory, and you should see plenty of output and
finally have a complete build of LibVNCServer.
Happy VNC'ing!
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
configure
COPYING
.cvsignore
INSTALL
install-sh
Makefile
Makefile.in
missing
mkinstalldirs
nacro.pm
nacro.so
nacro_wrap.c
visualnacro-*
.deps
.in
depcomp
Makefile
Makefile.in
.deps
Makefile
Makefile.in
SDLvncviewer
ppmtest
vnc2mpg
*.avi
*.mpg
Makefile
Makefile.in
x11vnc
zippy
.deps
#!/bin/bash
case "$1" in
#cvs --help-commands 2>&1 | sed "s/[ ][ ]*/ /g" | cut -d " " -f 2
add|admin|annotate|checkout|commit|diff|edit|editors|export|history|import|\
init|log|login|logout|pserver|rdiff|release|remove|rtag|server|status|\
tag|unedit|update|watch|watchers)
cmd="$1"; shift;;
*) cmd=update;;
esac
cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@"
Makefile
*test
example
fontsel
pnmshow
pnmshow24
storepasswd
vncev
Makefile.in
.deps
simple
simple15
colourmaptest
regiontest
mac
filetransfer
backchannel
rotate
.deps
Makefile
Makefile.in
libvncclient.a
.deps
Makefile
Makefile.in
libvncserver.a
rfbconfig.h
rfbconfig.h.in
stamp-h*
rfbint.h
.deps
Makefile
Makefile.in
encodingstest
blooptest
cargstest
copyrecttest
cursortest
LinuxVNC
VNCommand
example
.deps
Makefile
Makefile.in
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment