blob: 0eaafcc53b3cb6ef43426a68972ab9716c68c69c [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 \
Neels Hofmeyr97df6912017-09-03 23:52:51 +02007 $(NULL)
Neels Hofmeyr67793542017-09-08 04:25:16 +02008
9mgcp_common.h: $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h
10 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
11 cat $(top_srcdir)/include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h