diff options
Diffstat (limited to 'sesman/Makefile.am')
-rw-r--r-- | sesman/Makefile.am | 6 |
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 \ |