2016-01-30 09:45:00 +03:00
|
|
|
AM_CPPFLAGS = \
|
2009-05-19 08:23:49 +04:00
|
|
|
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
|
|
|
-DXRDP_SBIN_PATH=\"${sbindir}\" \
|
|
|
|
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
|
2016-01-30 09:45:00 +03:00
|
|
|
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
|
2008-08-03 11:38:36 +04:00
|
|
|
-I$(top_srcdir)/common
|
|
|
|
|
2016-02-10 21:24:09 +03:00
|
|
|
module_LTLIBRARIES = \
|
2008-08-03 11:38:36 +04:00
|
|
|
libmc.la
|
|
|
|
|
2016-02-22 08:49:04 +03:00
|
|
|
libmc_la_SOURCES = \
|
|
|
|
mc.c \
|
|
|
|
mc.h
|
2008-08-03 11:38:36 +04:00
|
|
|
|
|
|
|
libmc_la_LIBADD = \
|
2012-07-14 03:18:02 +04:00
|
|
|
$(top_builddir)/common/libcommon.la
|
2016-12-25 10:54:31 +03:00
|
|
|
|
2018-01-30 12:00:24 +03:00
|
|
|
if !MACOS
|
2016-12-25 10:54:31 +03:00
|
|
|
libmc_la_LDFLAGS = -avoid-version -module
|
2018-01-30 12:00:24 +03:00
|
|
|
endif
|