From e5cebc97f54a2889f29096732ff745ec67765fc5 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 12 Aug 2008 07:15:16 +0000 Subject: [PATCH] bin to sbin, common and install changes --- sesman/Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sesman/Makefile.am b/sesman/Makefile.am index 8eba50a2..5d29643e 100644 --- a/sesman/Makefile.am +++ b/sesman/Makefile.am @@ -20,7 +20,7 @@ endif endif endif -bin_PROGRAMS = \ +sbin_PROGRAMS = \ xrdp-sesman \ xrdp-sessvc @@ -42,12 +42,18 @@ xrdp_sessvc_SOURCES = \ sessvc.c xrdp_sesman_LDADD = \ - $(top_srcdir)/common/libxrdp-common.la \ + $(top_srcdir)/common/libcommon.la \ $(top_srcdir)/sesman/libscp/libscp.la \ $(AUTH_LIB) xrdp_sessvc_LDADD = \ - $(top_srcdir)/common/libxrdp-common.la + $(top_srcdir)/common/libcommon.la + +sesmansysconfdir=$(sysconfdir)/xrdp + +sesmansysconf_DATA = \ + sesman.ini \ + startwm.sh SUBDIRS = \ libscp \