xrdp/tests/common/os_calls/Makefile.am

16 lines
318 B
Makefile
Raw Normal View History

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
bin_PROGRAMS = \
g_time
g_time_SOURCES = g_time.c
g_time_LDADD = \
$(top_builddir)/common/libcommon.la