diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5193171f..26dcb8aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,12 @@ else FREERDPDIR = endif +if XRDP_NEUTRINORDP +NEUTRINORDPDIR = neutrinordp +else +NEUTRINORDPDIR = +endif + if XRDP_XRDPVR XRDPVRDIR = xrdpvr else @@ -19,6 +25,7 @@ SUBDIRS = \ xup \ mc \ $(FREERDPDIR) \ + $(NEUTRINORDPDIR) \ libxrdp \ xrdp \ sesman \ |