Moving gtcp_proxy and tcp_proxy to the tools/devel directory
This commit is contained in:
parent
6479d54eaa
commit
16fe9a021a
2
.gitignore
vendored
2
.gitignore
vendored
@ -44,7 +44,7 @@ sesman/sesman.ini
|
||||
stamp-h1
|
||||
test-driver
|
||||
tests/memtest/memtest
|
||||
tests/tcp_proxy/tcp_proxy
|
||||
tools/devel/tcp_proxy/tcp_proxy
|
||||
*.trs
|
||||
xrdp/xrdp
|
||||
xrdp/xrdp.ini
|
||||
|
@ -64,7 +64,8 @@ SUBDIRS = \
|
||||
xrdpapi \
|
||||
pkgconfig \
|
||||
$(XRDPVRDIR) \
|
||||
tests
|
||||
tests \
|
||||
tools
|
||||
|
||||
distclean-local:
|
||||
-rm -f xrdp_configure_options.h
|
||||
|
10
README.md
10
README.md
@ -128,9 +128,17 @@ xrdp
|
||||
├── mc ·········· media center module
|
||||
├── neutrinordp · RDP client module for proxying RDP connections using NeutrinoRDP
|
||||
├── pkgconfig ··· pkg-config configuration
|
||||
├── sesman ······ session manager for xrdp
|
||||
├── scripts ····· build scripts
|
||||
├┬─ sesman ······ session manager for xrdp
|
||||
|├── chansrv ···· channel server for xrdp
|
||||
|├── libscp ····· authorization library
|
||||
|└── tools ······ session management tools for sys admins
|
||||
├── tcutils ····· QT based utility program for thin clients
|
||||
├── tests ······· tests for the code
|
||||
├┬─ tools ······· tools
|
||||
|└┬─ devel ······ development tools
|
||||
| ├── gtcp_proxy GTK app that forwards TCP connections to a remote host
|
||||
| └── tcp_proxy · CLI app that forwards TCP connections to a remote host
|
||||
├── vnc ········· VNC client module for xrdp
|
||||
├── vrplayer ···· QT player redirecting video/audio to clients over xrdpvr channel
|
||||
├── xrdp ········ main server code
|
||||
|
@ -399,7 +399,9 @@ AC_CONFIG_FILES([
|
||||
sesman/tools/Makefile
|
||||
tests/Makefile
|
||||
tests/memtest/Makefile
|
||||
tests/tcp_proxy/Makefile
|
||||
tools/Makefile
|
||||
tools/devel/Makefile
|
||||
tools/devel/tcp_proxy/Makefile
|
||||
vnc/Makefile
|
||||
xrdpapi/Makefile
|
||||
xrdp/Makefile
|
||||
|
@ -1,8 +1,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
gtcp_proxy \
|
||||
readme.txt
|
||||
|
||||
SUBDIRS = \
|
||||
memtest \
|
||||
tcp_proxy
|
||||
memtest
|
||||
|
3
tools/Makefile.am
Normal file
3
tools/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
SUBDIRS = \
|
||||
devel
|
6
tools/devel/Makefile.am
Normal file
6
tools/devel/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
gtcp_proxy
|
||||
|
||||
SUBDIRS = \
|
||||
tcp_proxy
|
Loading…
Reference in New Issue
Block a user