pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/26/29326/1
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)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29326
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c
Gerrit-Change-Number: 29326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange