2013-01-28 10:42:18 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
arch.h \
|
|
|
|
defines.h \
|
|
|
|
file.h \
|
|
|
|
file_loc.h \
|
|
|
|
list.h \
|
2014-03-15 21:59:16 -07:00
|
|
|
list16.h \
|
2014-03-12 19:43:14 -07:00
|
|
|
fifo.h \
|
2013-01-28 10:42:18 +01:00
|
|
|
log.h \
|
|
|
|
os_calls.h \
|
|
|
|
os_calls.h \
|
|
|
|
parse.h \
|
|
|
|
rail.h \
|
|
|
|
ssl_calls.h \
|
|
|
|
thread_calls.h \
|
|
|
|
trans.h \
|
|
|
|
xrdp_client_info.h \
|
|
|
|
xrdp_constants.h \
|
2015-07-14 11:35:33 -03:00
|
|
|
xrdp_rail.h \
|
|
|
|
crc16.h
|
2009-05-19 04:23:49 +00: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\" \
|
|
|
|
-DXRDP_LOG_PATH=\"${localstatedir}/log\"
|
2009-05-19 04:23:49 +00:00
|
|
|
|
2008-08-06 05:06:03 +00:00
|
|
|
lib_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 = \
|
2008-08-03 07:48:32 +00:00
|
|
|
file.c \
|
|
|
|
list.c \
|
2014-03-15 21:59:16 -07:00
|
|
|
list16.c \
|
2014-03-12 19:43:14 -07:00
|
|
|
fifo.c \
|
2008-08-03 07:48:32 +00:00
|
|
|
log.c \
|
|
|
|
os_calls.c \
|
|
|
|
ssl_calls.c \
|
2008-08-31 22:52:22 +00:00
|
|
|
thread_calls.c \
|
2014-11-25 18:55:37 -08:00
|
|
|
trans.c
|
2008-08-06 05:06:03 +00:00
|
|
|
|
2008-08-12 05:46:40 +00:00
|
|
|
libcommon_la_LIBADD = \
|
2008-08-06 05:06:03 +00:00
|
|
|
-lcrypto \
|
2011-05-28 23:56:10 -07:00
|
|
|
-lssl \
|
2008-08-06 05:06:03 +00:00
|
|
|
-lpthread
|