bin to sbin, common and install changes
This commit is contained in:
parent
29dbf2f7bf
commit
e5cebc97f5
@ -20,7 +20,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
sbin_PROGRAMS = \
|
||||||
xrdp-sesman \
|
xrdp-sesman \
|
||||||
xrdp-sessvc
|
xrdp-sessvc
|
||||||
|
|
||||||
@ -42,12 +42,18 @@ xrdp_sessvc_SOURCES = \
|
|||||||
sessvc.c
|
sessvc.c
|
||||||
|
|
||||||
xrdp_sesman_LDADD = \
|
xrdp_sesman_LDADD = \
|
||||||
$(top_srcdir)/common/libxrdp-common.la \
|
$(top_srcdir)/common/libcommon.la \
|
||||||
$(top_srcdir)/sesman/libscp/libscp.la \
|
$(top_srcdir)/sesman/libscp/libscp.la \
|
||||||
$(AUTH_LIB)
|
$(AUTH_LIB)
|
||||||
|
|
||||||
xrdp_sessvc_LDADD = \
|
xrdp_sessvc_LDADD = \
|
||||||
$(top_srcdir)/common/libxrdp-common.la
|
$(top_srcdir)/common/libcommon.la
|
||||||
|
|
||||||
|
sesmansysconfdir=$(sysconfdir)/xrdp
|
||||||
|
|
||||||
|
sesmansysconf_DATA = \
|
||||||
|
sesman.ini \
|
||||||
|
startwm.sh
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
libscp \
|
libscp \
|
||||||
|
Loading…
Reference in New Issue
Block a user