add tools subdir

ulab-original
jsorg71 16 years ago
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…
Cancel
Save