<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/14655">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">"make dist" fix for: no rule to make mgcp_common.h<br><br>Mark osmocom/mgcp_client/mgcp_common.h as nodist, so "make dist" will<br>not try to include it in the source tarball. This caused "make dist" to<br>fail in a clean osmo-mgw source tree with:<br>make[2]: *** No rule to make target 'osmocom/mgcp_client/mgcp_common.h', needed by 'distdir'.  Stop.<br><br>The file gets copied during make from osmocom/mgcp/mgcp_common.h (see<br>include/osmocom/mgcp_client/Makefile.am). Therefore it is not included<br>in the source tree and we don't need to distribute it.<br><br>Related: OS#4084<br>Change-Id: Ia1d7b051c0924a785b0f7ec0195192e3a852ed70<br>---<br>M include/Makefile.am<br>1 file changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/Makefile.am b/include/Makefile.am</span><br><span>index 2daaf20..fbbd08d 100644</span><br><span>--- a/include/Makefile.am</span><br><span>+++ b/include/Makefile.am</span><br><span>@@ -6,9 +6,14 @@</span><br><span>         osmocom/mgcp_client/mgcp_client.h \</span><br><span>  osmocom/mgcp_client/mgcp_client_endpoint_fsm.h \</span><br><span>     osmocom/mgcp_client/mgcp_client_fsm.h \</span><br><span style="color: hsl(0, 100%, 40%);">- osmocom/mgcp_client/mgcp_common.h \</span><br><span>  osmocom/mgcp/mgcp.h \</span><br><span>        osmocom/mgcp/mgcp_common.h \</span><br><span>         osmocom/mgcp/mgcp_internal.h \</span><br><span>       osmocom/mgcp/osmux.h \</span><br><span>       $(NULL)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# This gets copied during make from osmocom/mgcp/mgcp_common.h. Therefore it is not included in the source tree and we</span><br><span style="color: hsl(120, 100%, 40%);">+# don't need to distribute it (OS#4084).</span><br><span style="color: hsl(120, 100%, 40%);">+nobase_nodist_include_HEADERS = \</span><br><span style="color: hsl(120, 100%, 40%);">+    osmocom/mgcp_client/mgcp_common.h \</span><br><span style="color: hsl(120, 100%, 40%);">+   $(NULL)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/14655">change 14655</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-mgw/+/14655"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia1d7b051c0924a785b0f7ec0195192e3a852ed70 </div>
<div style="display:none"> Gerrit-Change-Number: 14655 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>