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.
22 lines
356 B
22 lines
356 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_v1c_mng.c \
|
|
libscp_v1s_mng.c \
|
|
libscp_vX.c
|
|
|
|
libscp_la_LIBADD = \
|
|
$(top_srcdir)/common/libcommon.la
|