utils/Makefile.am: remove duplicate libosmogsm.la

It's already listed in $(LDADD), no need to append it again.

Change-Id: I03f5f4330e828a938dafd93b9fdb576afb2b7f12
This commit is contained in:
Vadim Yanitskiy 2023-03-11 06:41:10 +07:00
parent 9dca9027b7
commit 6160419b03
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ osmo_ns_dummy_LDADD = $(LDADD) $(TALLOC_LIBS) \
$(top_builddir)/src/gb/libosmogb.la \
$(top_builddir)/src/vty/libosmovty.la \
$(top_builddir)/src/ctrl/libosmoctrl.la \
$(top_builddir)/src/gsm/libosmogsm.la
$(NULL)
osmo_ns_dummy_CFLAGS = $(TALLOC_CFLAGS)
endif
endif