diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-16 21:49:33 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-17 16:14:53 -0800 |
commit | 191eec5e8de84342f597ad15af1f51af668fa313 (patch) | |
tree | 6af9e03690e8b8a5088c2f09a870cdce1337a939 /Makefile.am | |
parent | 9584e22ba63afd4793ea47c71299406e595e6dbb (diff) | |
download | xrdp-proprietary-191eec5e8de84342f597ad15af1f51af668fa313.tar.gz xrdp-proprietary-191eec5e8de84342f597ad15af1f51af668fa313.zip |
Make libpainter a subpackage of xrdp
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b7580bd..4b12bd57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ RFXCODECDIR = endif SUBDIRS = \ + libpainter \ common \ vnc \ rdp \ |