Change in libosmocore[master]: usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Jan 21 11:27:27 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/16969 )


Change subject: usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/
......................................................................

usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/

src/usb/Makefile.am:16: warning: variable 'libosmosim_la_LIBADD' is defined but no program or
src/usb/Makefile.am:16: library has 'libosmosim_la' as canonical name (possible typo)
src/usb/Makefile.am:15: warning: variable 'libosmosim_la_LDFLAGS' is defined but no program or
src/usb/Makefile.am:15: library has 'libosmosim_la' as canonical name (possible typo)

Change-Id: I062ea640a75f4521818ba71d5ffea2d08bf3052a
---
M src/usb/Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/69/16969/1

diff --git a/src/usb/Makefile.am b/src/usb/Makefile.am
index bca39bf..2dee434 100644
--- a/src/usb/Makefile.am
+++ b/src/usb/Makefile.am
@@ -12,8 +12,8 @@
 lib_LTLIBRARIES = libosmousb.la
 
 libosmousb_la_SOURCES = osmo_libusb.c
-libosmosim_la_LDFLAGS = -version-info $(LIBVERSION)
-libosmosim_la_LIBADD = \
+libosmousb_la_LDFLAGS = -version-info $(LIBVERSION)
+libosmousb_la_LIBADD = \
 	$(top_builddir)/src/libosmocore.la \
 	$(TALLOC_LIBS) \
 	$(LIBUSB_LIBS)

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16969
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I062ea640a75f4521818ba71d5ffea2d08bf3052a
Gerrit-Change-Number: 16969
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200121/1fe2dc69/attachment.htm>


More information about the gerrit-log mailing list