summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile.am
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-12-11 20:41:17 -0800
committerJay Sorg <jay.sorg@gmail.com>2015-12-11 20:41:17 -0800
commit4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93 (patch)
tree4fc02867a31074a1ab57ce8b8587af05a425b8e3 /sesman/Makefile.am
parent4f128c530c6b7bfd014f23878f83bcd2369f793f (diff)
downloadxrdp-proprietary-4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93.tar.gz
xrdp-proprietary-4e0d0f3ba06028c27f80b47dacbd8a7d323e7a93.zip
sesman: remove the thread
Diffstat (limited to 'sesman/Makefile.am')
-rw-r--r--sesman/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/sesman/Makefile.am b/sesman/Makefile.am
index 516639f4..55056031 100644
--- a/sesman/Makefile.am
+++ b/sesman/Makefile.am
@@ -1,4 +1,6 @@
-EXTRA_DIST = sesman.ini startwm.sh sesman.h access.h auth.h config.h env.h lock.h scp.h scp_v0.h scp_v1.h scp_v1_mng.h session.h sig.h thread.h
+
+EXTRA_DIST = sesman.ini startwm.sh sesman.h access.h auth.h config.h env.h \
+scp.h scp_v0.h scp_v1.h scp_v1_mng.h session.h sig.h
AM_CFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
@@ -44,8 +46,6 @@ xrdp_sesman_SOURCES = \
sesman.c \
session.c \
sig.c \
- thread.c \
- lock.c \
access.c \
config.c \
env.c \