diff options
author | jsorg71 <jsorg71> | 2008-08-03 07:30:03 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-03 07:30:03 +0000 |
commit | d703a49c9c6c45070f6c989c6f4e1aba42835221 (patch) | |
tree | 799cc267a2e7836376a341df678d0589b0599f8d /Makefile.am | |
parent | d14b076a700e1ad87048549945f0f1e658db6cd5 (diff) | |
download | xrdp-proprietary-d703a49c9c6c45070f6c989c6f4e1aba42835221.tar.gz xrdp-proprietary-d703a49c9c6c45070f6c989c6f4e1aba42835221.zip |
autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..2135bb3a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ + +SUBDIRS = \ + common \ + vnc \ + rdp \ + xup \ + mc \ + libxrdp \ + xrdp \ + sesman |