pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27877 )
Change subject: tests/bsc/Makefile.am: remove duplicate CFLAGS ......................................................................
tests/bsc/Makefile.am: remove duplicate CFLAGS
Change-Id: I7af974a9920558af03495b6ca297b158caebc007 --- M tests/bsc/Makefile.am 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/tests/bsc/Makefile.am b/tests/bsc/Makefile.am index 8fcda3a..5056c18 100644 --- a/tests/bsc/Makefile.am +++ b/tests/bsc/Makefile.am @@ -13,7 +13,6 @@ $(LIBOSMOLEGACYMGCP_CFLAGS) \ $(LIBOSMOSIGTRAN_CFLAGS) \ $(LIBOSMOMGCPCLIENT_CFLAGS) \ - $(LIBOSMOSIGTRAN_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(NULL)