From 685f7c375f3f75c056734e8c716c77af26da37f8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 21 Jan 2020 18:26:42 +0700 Subject: 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 --- src/usb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usb/Makefile.am b/src/usb/Makefile.am index bca39bfe..2dee434b 100644 --- a/src/usb/Makefile.am +++ b/src/usb/Makefile.am @@ -12,8 +12,8 @@ if ENABLE_LIBUSB 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) -- cgit v1.2.3