diff options
author | jsorg71 <jsorg71> | 2008-08-10 18:01:51 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-10 18:01:51 +0000 |
commit | 4ae9c90a50fa699dfbfc91f2d189aadb03baee9f (patch) | |
tree | 097d3c984e529529497ab64550ef13c64779837f /sesman/Makefile.am | |
parent | e2ddf85628be6ebeff372af118922c2b3a34a465 (diff) | |
download | xrdp-proprietary-4ae9c90a50fa699dfbfc91f2d189aadb03baee9f.tar.gz xrdp-proprietary-4ae9c90a50fa699dfbfc91f2d189aadb03baee9f.zip |
add tools subdir
Diffstat (limited to 'sesman/Makefile.am')
-rw-r--r-- | sesman/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sesman/Makefile.am b/sesman/Makefile.am index 0d19a0e3..8eba50a2 100644 --- a/sesman/Makefile.am +++ b/sesman/Makefile.am @@ -49,4 +49,6 @@ xrdp_sesman_LDADD = \ xrdp_sessvc_LDADD = \ $(top_srcdir)/common/libxrdp-common.la -SUBDIRS = libscp +SUBDIRS = \ + libscp \ + tools |