mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
The file mgcp_internal.h still contains mostly definitions and types that are relevant for mgcp_network.c and mgcp_protocol.c. Lets give the network and protocol module its own header files, also move stuff that does not relate to protocol and network to the appropiate places. Change-Id: I837eaad771ed7252304db4a81c37953b70766fff
17 lines
236 B
Makefile
17 lines
236 B
Makefile
noinst_HEADERS = \
|
|
vty.h \
|
|
mgcp_msg.h \
|
|
mgcp_conn.h \
|
|
mgcp_stat.h \
|
|
mgcp_endp.h \
|
|
mgcp_sdp.h \
|
|
mgcp_codec.h \
|
|
mgcp_ctrl.h \
|
|
mgcp_trunk.h \
|
|
debug.h \
|
|
mgcp_ratectr.h \
|
|
mgcp_e1.h \
|
|
mgcp_network.h \
|
|
mgcp_protocol.h \
|
|
$(NULL)
|