pespin has uploaded this change for review.

View Change

all.desp: libosmo-sigtran depends on libosmo-asn1-tcap

When built with --enable-tcap-loadsharing, libosmo-sigtran requires
libosmo-asn1-tcap.

Change-Id: Ibc51a818b859d40ab8a34d9299d0f955cf6d966e
---
M all.deps
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/96/41496/1
diff --git a/all.deps b/all.deps
index 3439de7..f0e99a1 100644
--- a/all.deps
+++ b/all.deps
@@ -1,9 +1,10 @@
# project build these first
libosmocore
+libosmo-asn1-tcap
libosmo-netif libosmocore
libosmo-abis libosmocore libosmo-netif
libosmo-gprs libosmocore
-libosmo-sigtran libosmo-netif
+libosmo-sigtran libosmo-netif libosmo-asn1-tcap
libsmpp34
libasn1c
osmo-ggsn libosmocore libgtpnl

To view, visit change 41496. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ibc51a818b859d40ab8a34d9299d0f955cf6d966e
Gerrit-Change-Number: 41496
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>