bin to sbin, common and install changes
This commit is contained in:
parent
29dbf2f7bf
commit
e5cebc97f5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user