libosmo-netif/include/osmocom/netif/Makefile.am

21 lines
327 B
Makefile

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