xrdp/tests/Makefile.am
2018-07-09 16:18:46 +09:00

17 lines
276 B
Makefile

TESTS = \
test.sh
EXTRA_DIST= \
test.sh
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
-I$(top_srcdir)/common
SUBDIRS = \
common