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)changes/74/17374/1
parent
7cd8b76577
commit
f50a7520e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue