summaryrefslogtreecommitdiff
path: root/ext/sctp/usrsctp/usrsctplib/meson.build
blob: c1a6656f1da9b35b8981c4401adc8b80d8a19c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Includes
include_dirs = include_directories(
    '.',
    'netinet',
    'netinet6',
)

# Sources
sources = files([
    'user_environment.c',
    'user_mbuf.c',
    'user_recv_thread.c',
    'user_socket.c',
])

subdir('netinet')
subdir('netinet6')

# Install usrsctp.h
install_headers('usrsctp.h')