mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
29 lines
751 B
Makefile
29 lines
751 B
Makefile
SUBDIRS = \
|
|
osmocom \
|
|
$(NULL)
|
|
|
|
nobase_include_HEADERS = \
|
|
osmocom/mgcp_client/defs.h \
|
|
osmocom/mgcp_client/mgcp_client.h \
|
|
osmocom/mgcp_client/mgcp_client_endpoint_fsm.h \
|
|
osmocom/mgcp_client/mgcp_client_fsm.h \
|
|
osmocom/mgcp_client/mgcp_client_pool.h \
|
|
osmocom/sdp/fmtp.h \
|
|
osmocom/sdp/sdp_codec.h \
|
|
osmocom/sdp/sdp_codec_list.h \
|
|
osmocom/sdp/sdp_msg.h \
|
|
osmocom/sdp/sdp_strings.h \
|
|
$(NULL)
|
|
|
|
noinst_HEADERS = \
|
|
osmocom/mgcp/mgcp.h \
|
|
osmocom/mgcp/mgcp_common.h \
|
|
osmocom/mgcp/osmux.h \
|
|
$(NULL)
|
|
|
|
# This gets copied during make from osmocom/mgcp/mgcp_common.h. Therefore it is not included in the source tree and we
|
|
# don't need to distribute it (OS#4084).
|
|
nobase_nodist_include_HEADERS = \
|
|
osmocom/mgcp_client/mgcp_common.h \
|
|
$(NULL)
|