Release lksctp-tools-1.0.15
[lksctp-tools.git] / src / lib / Makefile.am
blob5cb512dd003be59369df032542180678da6736bb
1 # Include these two in all the Makefile.am's!!!
2 include $(top_srcdir)/Makefile.vars
3 include $(top_srcdir)/Makefile.rules
4 include $(top_srcdir)/Makefile.dirs
6 # General compilation flags
7 AM_CPPFLAGS = -I$(top_srcdir)/src/include
9 lib_LTLIBRARIES = libsctp.la
11 libsctp_la_SOURCES = bindx.c connectx.c peeloff.c opt_info.c addrs.c sendmsg.c recvmsg.c Versions.map
12 libsctp_la_LDFLAGS = -version-info 1:15:0 -Wl,--version-script=$(srcdir)/Versions.map