<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9244">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmocon: Makefile.am: Fix build using different path<br><br>Change-Id: I1a322e364612976f3d797f25e57ccc7c2354bd5e<br>---<br>M src/host/osmocon/Makefile.am<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/osmocon/Makefile.am b/src/host/osmocon/Makefile.am</span><br><span>index 8b0d4bf..de4e575 100644</span><br><span>--- a/src/host/osmocon/Makefile.am</span><br><span>+++ b/src/host/osmocon/Makefile.am</span><br><span>@@ -13,9 +13,9 @@</span><br><span> sbin_PROGRAMS = osmocon osmoload</span><br><span> </span><br><span> # FIXME: sercomm needs to move into libosmocore or another shared lib</span><br><span style="color: hsl(0, 100%, 40%);">-INCLUDES += -I../../target/firmware/include/comm -I../../target/firmware/apps -DHOST_BUILD</span><br><span style="color: hsl(0, 100%, 40%);">-osmocon_SOURCES = osmocon.c tpu_debug.c ../../target/firmware/comm/sercomm.c</span><br><span style="color: hsl(120, 100%, 40%);">+INCLUDES += -I$(srcdir)/../../target/firmware/include/comm -I$(srcdir)/../../target/firmware/apps -DHOST_BUILD</span><br><span style="color: hsl(120, 100%, 40%);">+osmocon_SOURCES = osmocon.c tpu_debug.c $(srcdir)/../../target/firmware/comm/sercomm.c</span><br><span> osmocon_LDADD = $(LIBOSMOCORE_LIBS)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-osmoload_SOURCE = osmoload.c ../../target/firmware/comm/sercomm.c</span><br><span style="color: hsl(120, 100%, 40%);">+osmoload_SOURCE = osmoload.c $(srcdir)/../../target/firmware/comm/sercomm.c</span><br><span> osmoload_LDADD = $(LIBOSMOCORE_LIBS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9244">change 9244</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/9244"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I1a322e364612976f3d797f25e57ccc7c2354bd5e </div>
<div style="display:none"> Gerrit-Change-Number: 9244 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>