fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/32143 )
Change subject: build: remove $(COVERAGE_LDFLAGS) from osmo_hnodeb_LDADD ......................................................................
build: remove $(COVERAGE_LDFLAGS) from osmo_hnodeb_LDADD
Change-Id: Id088775f444640df863c346b225c1bae61725249 --- M src/osmo-hnodeb/Makefile.am 1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/43/32143/1
diff --git a/src/osmo-hnodeb/Makefile.am b/src/osmo-hnodeb/Makefile.am index 27987a1..0d2cf02 100644 --- a/src/osmo-hnodeb/Makefile.am +++ b/src/osmo-hnodeb/Makefile.am @@ -54,7 +54,6 @@ $(LIBOSMOVTY_LIBS) \ $(LIBOSMOCTRL_LIBS) \ $(LIBOSMONETIF_LIBS) \ - $(COVERAGE_LDFLAGS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ $(LIBOSMOSIGTRAN_LIBS) \