summaryrefslogtreecommitdiffstats
path: root/sesman/tools
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2013-01-25 14:47:33 +0100
committerPhilipp Hahn <hahn@univention.de>2013-01-28 11:04:28 +0100
commit8f5005f43e48b972c9559ad1b86de1e00f5de433 (patch)
treec88b8070ff523b9bf63d0945ee0cd6d2263a1a39 /sesman/tools
parentab60300e9a533e2bc947dea028ce92015fa2a791 (diff)
downloadxrdp-proprietary-8f5005f43e48b972c9559ad1b86de1e00f5de433.tar.gz
xrdp-proprietary-8f5005f43e48b972c9559ad1b86de1e00f5de433.zip
sesman/tools: Disable debug tools
sestest and xcon look like debugging tools. Don't install them by default.
Diffstat (limited to 'sesman/tools')
-rw-r--r--sesman/tools/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/sesman/tools/Makefile.am b/sesman/tools/Makefile.am
index ab3612d0..140c6820 100644
--- a/sesman/tools/Makefile.am
+++ b/sesman/tools/Makefile.am
@@ -13,9 +13,11 @@ INCLUDES = \
bin_PROGRAMS = \
xrdp-sesrun \
- xrdp-sestest \
xrdp-sesadmin \
- xrdp-dis \
+ xrdp-dis
+
+noinst_PROGRAMS = \
+ xrdp-sestest \
xrdp-xcon
xrdp_sesrun_SOURCES = \