Makefile.am   Makefile.am 
skipping to change at line 17 skipping to change at line 17
include $(top_srcdir)/Makefile.dirs include $(top_srcdir)/Makefile.dirs
include $(top_srcdir)/Makefile.rules include $(top_srcdir)/Makefile.rules
bin_PROGRAMS = checksctp bin_PROGRAMS = checksctp
bin_SCRIPTS = withsctp bin_SCRIPTS = withsctp
AM_CPPFLAGS=-I../include AM_CPPFLAGS=-I../include
pkglib_LTLIBRARIES = libwithsctp.la pkglib_LTLIBRARIES = libwithsctp.la
libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \ libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
sctp_sockopt.c sctp_socket.h sctp_sockopt.c sctp_socket.h
libwithsctp_la_LDFLAGS = -version-info 1:12:0 -ldl libwithsctp_la_LDFLAGS = -version-info 1:13:0 -ldl
pkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \ pkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \
sctp_sockopt.c sctp_socket.h checksctp.c sctp_sockopt.c sctp_socket.h checksctp.c
withsctp: withsctp.in withsctp: withsctp.in
$(edit) $< >$@ $(edit) $< >$@
EXTRA_DIST += withsctp.in EXTRA_DIST += withsctp.in
CLEANFILES += withsctp CLEANFILES += withsctp
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/