From c5fceb31ece2af9cd9101007dc9c1750ae778ea7 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 3 Aug 2008 07:48:32 +0000 Subject: autotools --- sesman/libscp/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sesman/libscp/Makefile.am (limited to 'sesman/libscp') diff --git a/sesman/libscp/Makefile.am b/sesman/libscp/Makefile.am new file mode 100644 index 00000000..e5d22116 --- /dev/null +++ b/sesman/libscp/Makefile.am @@ -0,0 +1,19 @@ +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_LDFLAGS = \ + -version-info 5:0:5 -- cgit v1.2.3