xrdp/Makefile.am

68 lines
897 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir
EXTRA_DIST = \
COPYING \
2016-12-22 00:23:22 +03:00
README.md \
2016-12-22 00:10:08 +03:00
NEWS.md \
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 11:30:03 +04:00
2013-05-03 13:07:02 +04:00
if XRDP_NEUTRINORDP
NEUTRINORDPDIR = neutrinordp
else
NEUTRINORDPDIR =
endif
if XRDP_XRDPVR
XRDPVRDIR = xrdpvr
else
XRDPVRDIR =
endif
if XRDP_PAINTER
PAINTERDIR = libpainter
else
PAINTERDIR =
endif
if XRDP_RFXCODEC
RFXCODECDIR = librfxcodec
else
RFXCODECDIR =
endif
2008-08-03 11:30:03 +04:00
SUBDIRS = \
common \
vnc \
xup \
mc \
2013-05-03 13:07:02 +04:00
$(NEUTRINORDPDIR) \
2008-08-03 11:30:03 +04:00
libxrdp \
$(PAINTERDIR) \
$(RFXCODECDIR) \
2008-08-03 11:30:03 +04:00
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 \
xrdpapi \
2016-11-17 22:57:10 +03:00
pkgconfig \
$(XRDPVRDIR)