You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
EXTRA_DIST = libscp_connection.h libscp_commands.h libscp.h libscp_session.h libscp_types_mng.h libscp_v1c_mng.h libscp_vX.h libscp_commands_mng.h libscp_init.h libscp_tcp.h libscp_v0.h libscp_v1s.h libscp_lock.h \
|
|
|
|
libscp_types.h libscp_v1c.h libscp_v1s_mng.h
|
|
|
|
|
|
|
|
AM_CFLAGS = \
|
|
|
|
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
|
|
|
-DXRDP_SBIN_PATH=\"${sbindir}\" \
|
|
|
|
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
|
|
|
|
-DXRDP_PID_PATH=\"${localstatedir}/run\"
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir)/common
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
libscp.la
|
|
|
|
|
|
|
|
libscp_la_SOURCES = \
|
|
|
|
libscp_connection.c \
|
|
|
|
libscp_init.c \
|
|
|
|
libscp_lock.c \
|
|
|
|
libscp_session.c \
|
|
|
|
libscp_tcp.c \
|
|
|
|
libscp_v0.c \
|
|
|
|
libscp_v1c.c \
|
|
|
|
libscp_v1s.c \
|
|
|
|
libscp_v1c_mng.c \
|
|
|
|
libscp_v1s_mng.c \
|
|
|
|
libscp_vX.c
|
|
|
|
|
|
|
|
libscp_la_LIBADD = \
|
|
|
|
$(top_builddir)/common/libcommon.la \
|
|
|
|
-lpthread
|