<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/16969">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/<br><br>src/usb/Makefile.am:16: warning: variable 'libosmosim_la_LIBADD' is defined but no program or<br>src/usb/Makefile.am:16: library has 'libosmosim_la' as canonical name (possible typo)<br>src/usb/Makefile.am:15: warning: variable 'libosmosim_la_LDFLAGS' is defined but no program or<br>src/usb/Makefile.am:15: library has 'libosmosim_la' as canonical name (possible typo)<br><br>Change-Id: I062ea640a75f4521818ba71d5ffea2d08bf3052a<br>---<br>M src/usb/Makefile.am<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/usb/Makefile.am b/src/usb/Makefile.am</span><br><span>index bca39bf..2dee434 100644</span><br><span>--- a/src/usb/Makefile.am</span><br><span>+++ b/src/usb/Makefile.am</span><br><span>@@ -12,8 +12,8 @@</span><br><span> lib_LTLIBRARIES = libosmousb.la</span><br><span> </span><br><span> libosmousb_la_SOURCES = osmo_libusb.c</span><br><span style="color: hsl(0, 100%, 40%);">-libosmosim_la_LDFLAGS = -version-info $(LIBVERSION)</span><br><span style="color: hsl(0, 100%, 40%);">-libosmosim_la_LIBADD = \</span><br><span style="color: hsl(120, 100%, 40%);">+libosmousb_la_LDFLAGS = -version-info $(LIBVERSION)</span><br><span style="color: hsl(120, 100%, 40%);">+libosmousb_la_LIBADD = \</span><br><span>  $(top_builddir)/src/libosmocore.la \</span><br><span>         $(TALLOC_LIBS) \</span><br><span>     $(LIBUSB_LIBS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/16969">change 16969</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/libosmocore/+/16969"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I062ea640a75f4521818ba71d5ffea2d08bf3052a </div>
<div style="display:none"> Gerrit-Change-Number: 16969 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>