blob: 90b1bd7b65b5e7ab078edbe45be86a6307a9938d [file] [log] [blame]
Neels Hofmeyr67793542017-09-08 04:25:16 +02001BUILT_SOURCES = \
2 mgcp_common.h \
3 $(NULL)
4
Neels Hofmeyr97df6912017-09-03 23:52:51 +02005noinst_HEADERS = \
Neels Hofmeyr3a8e7232017-09-04 01:02:56 +02006 mgcp_client_internal.h \
Philipp Maier3f4a4cb2021-07-26 13:20:05 +02007 mgcp_client_pool_internal.h \
Neels Hofmeyr97df6912017-09-03 23:52:51 +02008 $(NULL)
Neels Hofmeyr67793542017-09-08 04:25:16 +02009
10mgcp_common.h: $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h
11 echo -e "/*\n\n DO NOT EDIT THIS FILE!\n THIS IS OVERWRITTEN DURING BUILD\n This is an automatic copy of <osmocom/mgcp/mgcp_common.h>\n\n */" > mgcp_common.h
12 cat $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h
Neels Hofmeyr2152f852017-10-10 16:08:52 +020013
14CLEANFILES = mgcp_common.h