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 /configure.ac | |
parent | e2ddf85628be6ebeff372af118922c2b3a34a465 (diff) | |
download | xrdp-proprietary-4ae9c90a50fa699dfbfc91f2d189aadb03baee9f.tar.gz xrdp-proprietary-4ae9c90a50fa699dfbfc91f2d189aadb03baee9f.zip |
add tools subdir
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1fbbc5d5..a6da3718 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |