Codebase list xrdp / upstream/0.9.0_20161027+gitc524b06 Makefile.am
upstream/0.9.0_20161027+gitc524b06

Tree @upstream/0.9.0_20161027+gitc524b06 (Download .tar.gz)

Makefile.am @upstream/0.9.0_20161027+gitc524b06raw · history · blame

ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir

EXTRA_DIST = bootstrap COPYING coding_style.md design.txt faq-compile.txt \
  faq-general.txt file-loc.txt install.txt m4 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)