Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions usrsctplib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ list(APPEND usrsctp_netinet_headers
netinet/sctp_var.h
netinet/sctputil.h
netinet/sctp.h
netinet/bbr.h
)

list(APPEND usrsctp_netinet6_headers
Expand All @@ -157,6 +158,7 @@ list(APPEND usrsctp_headers
)

list(APPEND usrsctp_sources
netinet/bbr.c
netinet/sctp_asconf.c
netinet/sctp_auth.c
netinet/sctp_bsd_addr.c
Expand All @@ -175,6 +177,7 @@ list(APPEND usrsctp_sources
netinet/sctp_userspace.c
netinet/sctp_usrreq.c
netinet/sctputil.c
netinet/bbr.c
netinet6/sctp6_usrreq.c
user_environment.c
user_mbuf.c
Expand Down
Loading