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.
xrdp-proprietary/sesman/libscp/Makefile.am

23 lines
364 B

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_vX.c
libscp_la_LIBADD = \
$(top_srcdir)/common/libxrdp-common.la
libscp_la_LDFLAGS = \
-version-info 5:0:5