aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/Makefile.am
blob: 3d8a56bb4880b50281198a4dcf1ff2edb10d8c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_HEADERS = \
	stream_private.h \
	$(NULL)

osmonetif_HEADERS = amr.h		\
		    datagram.h		\
		    jibuf.h		\
		    osmux.h		\
		    ipa.h		\
		    ipa_unit.h		\
		    prim.h		\
		    rs232.h		\
		    rtp.h		\
		    stream.h

if ENABLE_LIBSCTP
osmonetif_HEADERS += sctp.h
endif

osmonetifdir = $(includedir)/osmocom/netif