2016-08-08 20:02:10 -07:00
|
|
|
if XRDP_PIXMAN
|
2016-08-12 12:16:14 -07:00
|
|
|
PIXMAN_SOURCES =
|
2016-08-08 20:02:10 -07:00
|
|
|
else
|
2016-08-12 12:16:14 -07:00
|
|
|
PIXMAN_SOURCES = pixman-region16.c pixman-region.h
|
2016-08-08 20:02:10 -07:00
|
|
|
endif
|
|
|
|
|
2016-08-12 12:16:14 -07:00
|
|
|
EXTRA_DIST = pixman-region.c
|
|
|
|
|
2016-11-06 22:36:13 -08:00
|
|
|
include_HEADERS = \
|
2019-12-19 09:55:38 +00:00
|
|
|
ms-erref.h \
|
|
|
|
ms-fscc.h \
|
|
|
|
ms-rdpbcgr.h \
|
2021-05-27 15:34:13 +01:00
|
|
|
ms-rdpeclip.h \
|
2019-12-19 09:55:38 +00:00
|
|
|
ms-rdpefs.h \
|
|
|
|
ms-rdpegdi.h \
|
|
|
|
ms-rdpele.h \
|
|
|
|
ms-rdperp.h \
|
2018-10-15 21:42:13 -07:00
|
|
|
ms-rdpedisp.h \
|
2019-12-19 09:55:38 +00:00
|
|
|
ms-smb2.h \
|
2016-11-06 22:36:13 -08:00
|
|
|
xrdp_client_info.h \
|
|
|
|
xrdp_constants.h \
|
2017-03-18 10:15:50 -07:00
|
|
|
xrdp_rail.h \
|
|
|
|
xrdp_sockets.h
|
2016-11-06 22:36:13 -08:00
|
|
|
|
2016-01-29 22:45:00 -08:00
|
|
|
AM_CPPFLAGS = \
|
2009-05-19 04:23:49 +00:00
|
|
|
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
|
|
|
-DXRDP_SBIN_PATH=\"${sbindir}\" \
|
|
|
|
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
|
2012-06-10 21:50:57 -07:00
|
|
|
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
|
2023-06-14 10:17:19 +01:00
|
|
|
-DXRDP_LOG_PATH=\"${localstatedir}/log\"
|
2009-05-19 04:23:49 +00:00
|
|
|
|
2021-04-10 13:29:15 +00:00
|
|
|
# -no-suppress is an automake-specific flag which is needed
|
|
|
|
# to prevent us missing compiler errors in some circumstances
|
|
|
|
# (see https://github.com/neutrinolabs/xrdp/pull/1843 )
|
|
|
|
AM_CFLAGS = -no-suppress $(OPENSSL_CFLAGS)
|
2016-11-29 17:00:09 -08:00
|
|
|
|
2016-02-10 10:24:09 -08:00
|
|
|
module_LTLIBRARIES = \
|
2008-08-12 05:46:40 +00:00
|
|
|
libcommon.la
|
2008-08-03 07:48:32 +00:00
|
|
|
|
2008-08-12 05:46:40 +00:00
|
|
|
libcommon_la_SOURCES = \
|
2016-02-21 21:49:04 -08:00
|
|
|
arch.h \
|
2017-07-13 17:22:04 +09:00
|
|
|
base64.h \
|
|
|
|
base64.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
defines.h \
|
|
|
|
fifo.c \
|
|
|
|
fifo.h \
|
2008-08-03 07:48:32 +00:00
|
|
|
file.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
file.h \
|
2021-04-22 13:27:39 +01:00
|
|
|
guid.c \
|
|
|
|
guid.h \
|
2008-08-03 07:48:32 +00:00
|
|
|
list.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
list.h \
|
2014-03-15 21:59:16 -07:00
|
|
|
list16.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
list16.h \
|
2008-08-03 07:48:32 +00:00
|
|
|
log.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
log.h \
|
2008-08-03 07:48:32 +00:00
|
|
|
os_calls.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
os_calls.h \
|
2021-05-19 11:34:41 +01:00
|
|
|
parse.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
parse.h \
|
|
|
|
rail.h \
|
2008-08-03 07:48:32 +00:00
|
|
|
ssl_calls.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
ssl_calls.h \
|
2020-08-22 18:05:24 +01:00
|
|
|
string_calls.c \
|
|
|
|
string_calls.h \
|
2008-08-31 22:52:22 +00:00
|
|
|
thread_calls.c \
|
2016-02-21 21:49:04 -08:00
|
|
|
thread_calls.h \
|
|
|
|
trans.c \
|
|
|
|
trans.h \
|
2023-09-19 09:19:17 +01:00
|
|
|
unicode_defines.h \
|
2016-08-12 12:16:14 -07:00
|
|
|
$(PIXMAN_SOURCES)
|
2008-08-06 05:06:03 +00:00
|
|
|
|
2008-08-12 05:46:40 +00:00
|
|
|
libcommon_la_LIBADD = \
|
2023-12-16 12:49:56 -05:00
|
|
|
-lpthread -lrt \
|
2016-11-29 17:00:09 -08:00
|
|
|
$(OPENSSL_LIBS) \
|
2016-11-29 16:25:37 -08:00
|
|
|
$(DLOPEN_LIBS)
|