add tools subdir
This commit is contained in:
parent
e2ddf85628
commit
4ae9c90a50
@ -30,11 +30,11 @@ AC_CONFIG_FILES([Makefile
|
||||
sesman/Makefile
|
||||
sesman/libscp/Makefile
|
||||
keygen/Makefile
|
||||
sesman/tools/Makefile
|
||||
])
|
||||
# docs/Makefile
|
||||
# docs/man/Makefile
|
||||
# fontdump/Makefile
|
||||
# sesman/tools/Makefile
|
||||
# xrdp/cursors/Makefile
|
||||
# Xserver/hw/rdp/Makefile
|
||||
AC_OUTPUT
|
||||
|
@ -49,4 +49,6 @@ xrdp_sesman_LDADD = \
|
||||
xrdp_sessvc_LDADD = \
|
||||
$(top_srcdir)/common/libxrdp-common.la
|
||||
|
||||
SUBDIRS = libscp
|
||||
SUBDIRS = \
|
||||
libscp \
|
||||
tools
|
||||
|
Loading…
Reference in New Issue
Block a user