xrdp/tests/Makefile.am

17 lines
276 B
Makefile
Raw Normal View History

2018-04-03 14:19:11 +08:00
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