xrdp/Makefile.am

61 lines
811 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir
EXTRA_DIST = \
COPYING \
astyle_config.as \
bootstrap \
coding_style.md \
description-pak \
design.txt \
faq-compile.txt \
faq-general.txt \
file-loc.txt \
fontdump \
install.txt \
m4 \
postinstall-pak \
readme.txt \
tcutils \
tests \
vrplayer \
xorg
2008-08-03 15:30:03 +08:00
2013-05-03 17:07:02 +08:00
if XRDP_NEUTRINORDP
NEUTRINORDPDIR = neutrinordp
else
NEUTRINORDPDIR =
endif
if XRDP_XRDPVR
XRDPVRDIR = xrdpvr
else
XRDPVRDIR =
endif
if XRDP_RFXCODEC
RFXCODECDIR = librfxcodec
else
RFXCODECDIR =
endif
2008-08-03 15:30:03 +08:00
SUBDIRS = \
2016-12-17 05:49:33 +08:00
libpainter \
2008-08-03 15:30:03 +08:00
common \
vnc \
rdp \
xup \
mc \
2013-05-03 17:07:02 +08:00
$(NEUTRINORDPDIR) \
2008-08-03 15:30:03 +08:00
libxrdp \
$(RFXCODECDIR) \
2008-08-03 15:30:03 +08:00
xrdp \
2008-08-10 15:43:55 +08:00
sesman \
2008-08-17 11:13:40 +08:00
keygen \
2008-08-17 15:17:58 +08:00
docs \
2009-08-12 10:49:53 +08:00
instfiles \
2012-08-03 01:48:59 +08:00
genkeymap \
xrdpapi \
2016-11-18 03:57:10 +08:00
pkgconfig \
$(XRDPVRDIR)