laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/29326 )
Change subject: oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS ......................................................................
oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS
Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c --- M src/osmo-bts-oc2g/Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/osmo-bts-oc2g/Makefile.am b/src/osmo-bts-oc2g/Makefile.am index 0da40b9..29374ef 100644 --- a/src/osmo-bts-oc2g/Makefile.am +++ b/src/osmo-bts-oc2g/Makefile.am @@ -25,7 +25,7 @@ $(LIBOSMOCTRL_LIBS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ - $(LIBOSMONETIF_CFLAGS) \ + $(LIBOSMONETIF_LIBS) \ $(ORTP_LIBS) \ $(NULL)