mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
They are only used by openbsc.git programs and belong there. Change-Id: Id31bef052d3f9b8aada1824d6f7f995ebd39bbfd
14 lines
293 B
Makefile
14 lines
293 B
Makefile
SUBDIRS = \
|
|
osmocom \
|
|
$(NULL)
|
|
|
|
nobase_include_HEADERS = \
|
|
osmocom/mgcp_client/mgcp_client.h \
|
|
osmocom/mgcp_client/mgcp_client_fsm.h \
|
|
osmocom/mgcp_client/mgcp_common.h \
|
|
osmocom/mgcp/mgcp.h \
|
|
osmocom/mgcp/mgcp_common.h \
|
|
osmocom/mgcp/mgcp_internal.h \
|
|
osmocom/mgcp/osmux.h \
|
|
$(NULL)
|