You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
530 B
34 lines
530 B
ACLOCAL_AMFLAGS = -I m4
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir
|
|
|
|
EXTRA_DIST = bootstrap COPYING design.txt faq-compile.txt faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt
|
|
|
|
if XRDP_NEUTRINORDP
|
|
NEUTRINORDPDIR = neutrinordp
|
|
else
|
|
NEUTRINORDPDIR =
|
|
endif
|
|
|
|
if XRDP_XRDPVR
|
|
XRDPVRDIR = xrdpvr
|
|
else
|
|
XRDPVRDIR =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
common \
|
|
vnc \
|
|
rdp \
|
|
xup \
|
|
mc \
|
|
$(NEUTRINORDPDIR) \
|
|
libxrdp \
|
|
xrdp \
|
|
sesman \
|
|
keygen \
|
|
docs \
|
|
instfiles \
|
|
genkeymap \
|
|
xrdpapi \
|
|
$(XRDPVRDIR)
|