2016-01-30 09:52:06 +03:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2016-01-30 10:17:38 +03:00
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir
|
2016-01-30 09:52:06 +03:00
|
|
|
|
2016-02-11 22:18:22 +03:00
|
|
|
EXTRA_DIST = bootstrap COPYING coding_style.md design.txt faq-compile.txt \
|
2016-02-20 12:47:46 +03:00
|
|
|
faq-general.txt file-loc.txt install.txt m4 prog_std.txt readme.txt
|
2008-08-03 11:30:03 +04:00
|
|
|
|
2013-05-03 13:07:02 +04:00
|
|
|
if XRDP_NEUTRINORDP
|
|
|
|
NEUTRINORDPDIR = neutrinordp
|
|
|
|
else
|
|
|
|
NEUTRINORDPDIR =
|
|
|
|
endif
|
|
|
|
|
2012-11-11 05:53:08 +04:00
|
|
|
if XRDP_XRDPVR
|
|
|
|
XRDPVRDIR = xrdpvr
|
|
|
|
else
|
|
|
|
XRDPVRDIR =
|
|
|
|
endif
|
|
|
|
|
2008-08-03 11:30:03 +04:00
|
|
|
SUBDIRS = \
|
|
|
|
common \
|
|
|
|
vnc \
|
|
|
|
rdp \
|
|
|
|
xup \
|
|
|
|
mc \
|
2013-05-03 13:07:02 +04:00
|
|
|
$(NEUTRINORDPDIR) \
|
2008-08-03 11:30:03 +04:00
|
|
|
libxrdp \
|
|
|
|
xrdp \
|
2008-08-10 11:43:55 +04:00
|
|
|
sesman \
|
2008-08-17 07:13:40 +04:00
|
|
|
keygen \
|
2008-08-17 11:17:58 +04:00
|
|
|
docs \
|
2009-08-12 06:49:53 +04:00
|
|
|
instfiles \
|
2012-08-02 21:48:59 +04:00
|
|
|
genkeymap \
|
2012-11-10 07:55:21 +04:00
|
|
|
xrdpapi \
|
2012-11-11 05:53:08 +04:00
|
|
|
$(XRDPVRDIR)
|