From f50a7520e6d1bb15cdd69a4c1bedecc0b85d87c9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 4 Mar 2020 19:19:24 +0100 Subject: [PATCH] client: Avoid useless depedency to libosmosim Change-Id: Ic863dc2f7fe7b435c9ea19c9cb97b691411dc0f5 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/osmo-remsim-client-st2/usr/bin/osmo-remsim-client-st2 was not linked against libosmosim.so.0 (it uses none of the library's symbols) --- src/client/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 43b030f..871221a 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I/$(top_builddir)/include -I$(top_srcdir)/src \ $(OSMOCORE_CFLAGS) $(OSMOGSM_CFLAGS) $(OSMOABIS_CFLAGS) \ - $(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \ + $(PCSC_CFLAGS) $(USB_CFLAGS) \ $(OSMOSIMTRACE2_CFLAGS) \ -I$(top_srcdir)/include/osmocom/rspro @@ -32,7 +32,7 @@ osmo_remsim_client_st2_CPPFLAGS = -DUSB_SUPPORT osmo_remsim_client_st2_CFLAGS = $(AM_CFLAGS) osmo_remsim_client_st2_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \ $(OSMOUSB_LIBS) $(OSMOSIMTRACE2_LIBS) \ - $(USB_LIBS) $(OSMOSIM_LIBS) \ + $(USB_LIBS) \ $(top_builddir)/src/libosmo-rspro.la noinst_HEADERS = client.h