blob: 0b66cb3b9df5cc359ac661c23ddf87dbd35807a8 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001SUBDIRS = \
Neels Hofmeyre9920f22017-07-10 15:07:22 +02002 osmocom \
Alexander Huemer7b6673f2016-09-09 00:43:15 +02003 $(NULL)
Holger Freytherb21b3052009-01-02 02:00:35 +00004
Neels Hofmeyre9920f22017-07-10 15:07:22 +02005nobase_include_HEADERS = \
Pau Espin Pedrol8e8d59f2023-06-13 19:41:44 +02006 osmocom/mgcp_client/defs.h \
Neels Hofmeyr3a8e7232017-09-04 01:02:56 +02007 osmocom/mgcp_client/mgcp_client.h \
Neels Hofmeyr538d2c52019-01-28 03:51:35 +01008 osmocom/mgcp_client/mgcp_client_endpoint_fsm.h \
Philipp Maier8bda7a72018-01-17 14:32:23 +01009 osmocom/mgcp_client/mgcp_client_fsm.h \
Philipp Maier3f4a4cb2021-07-26 13:20:05 +020010 osmocom/mgcp_client/mgcp_client_pool.h \
Philipp Maier87bd9be2017-08-22 16:35:41 +020011 osmocom/mgcp/mgcp.h \
Neels Hofmeyr67793542017-09-08 04:25:16 +020012 osmocom/mgcp/mgcp_common.h \
Philipp Maier87bd9be2017-08-22 16:35:41 +020013 osmocom/mgcp/osmux.h \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020014 $(NULL)
Oliver Smith2cf66522019-07-02 14:36:28 +020015
16# This gets copied during make from osmocom/mgcp/mgcp_common.h. Therefore it is not included in the source tree and we
17# don't need to distribute it (OS#4084).
18nobase_nodist_include_HEADERS = \
19 osmocom/mgcp_client/mgcp_common.h \
20 $(NULL)