Imported Upstream version 1.0.10
[platform/upstream/lksctp-tools.git] / src / withsctp / Makefile.am
1 # -*- Makefile -*-
2 #
3 # The author (La Monte H.P. Yarroll) disclaims copyright on this file.
4 #
5
6 include $(top_srcdir)/Makefile.vars
7 include $(top_srcdir)/Makefile.dirs
8 include $(top_srcdir)/Makefile.rules
9
10 bin_PROGRAMS = checksctp
11 bin_SCRIPTS = withsctp
12
13 AM_CPPFLAGS=-I../include
14 pkglib_LTLIBRARIES = libwithsctp.la
15 libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
16         sctp_sockopt.c sctp_socket.h
17 libwithsctp_la_LDFLAGS = -version-info 1:10:0 -ldl
18
19 pkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \
20         sctp_sockopt.c sctp_socket.h checksctp.c
21
22 withsctp: withsctp.in
23         $(edit) $< >$@
24
25 EXTRA_DIST += withsctp.in
26
27 CLEANFILES += withsctp