2013-01-28 17:42:18 +08:00
|
|
|
EXTRA_DIST = \
|
|
|
|
arch.h \
|
|
|
|
d3des.h \
|
|
|
|
defines.h \
|
|
|
|
file.h \
|
|
|
|
file_loc.h \
|
|
|
|
list.h \
|
2014-03-13 10:43:14 +08:00
|
|
|
fifo.h \
|
2013-01-28 17:42:18 +08: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 \
|
|
|
|
xrdp_rail.h
|
2009-05-19 12:23:49 +08:00
|
|
|
|
|
|
|
AM_CFLAGS = \
|
|
|
|
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
|
|
|
-DXRDP_SBIN_PATH=\"${sbindir}\" \
|
|
|
|
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
|
2012-06-11 12:50:57 +08:00
|
|
|
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
|
|
|
|
-DXRDP_LOG_PATH=\"${localstatedir}/log\"
|
2009-05-19 12:23:49 +08:00
|
|
|
|
2008-08-06 13:06:03 +08:00
|
|
|
lib_LTLIBRARIES = \
|
2008-08-12 13:46:40 +08:00
|
|
|
libcommon.la
|
2008-08-03 15:48:32 +08:00
|
|
|
|
2008-08-12 13:46:40 +08:00
|
|
|
libcommon_la_SOURCES = \
|
2008-08-03 15:48:32 +08:00
|
|
|
d3des.c \
|
|
|
|
file.c \
|
|
|
|
list.c \
|
2014-03-13 10:43:14 +08:00
|
|
|
fifo.c \
|
2008-08-03 15:48:32 +08:00
|
|
|
log.c \
|
|
|
|
os_calls.c \
|
|
|
|
ssl_calls.c \
|
2008-09-01 06:52:22 +08:00
|
|
|
thread_calls.c \
|
|
|
|
trans.c
|
2008-08-06 13:06:03 +08:00
|
|
|
|
2008-08-12 13:46:40 +08:00
|
|
|
libcommon_la_LIBADD = \
|
2008-08-06 13:06:03 +08:00
|
|
|
-lcrypto \
|
2011-05-29 14:56:10 +08:00
|
|
|
-lssl \
|
2008-08-06 13:06:03 +08:00
|
|
|
-lpthread
|