add tools subdir

This commit is contained in:
jsorg71 2008-08-10 18:01:51 +00:00
parent e2ddf85628
commit 4ae9c90a50
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -49,4 +49,6 @@ xrdp_sesman_LDADD = \
xrdp_sessvc_LDADD = \
$(top_srcdir)/common/libxrdp-common.la
SUBDIRS = libscp
SUBDIRS = \
libscp \
tools