add openbsc.deps to allow building legacy openbsc.git as well

This commit is contained in:
Neels Hofmeyr 2018-05-25 17:19:42 +02:00
parent 453004b171
commit 8b5d6a96c5
4 changed files with 11 additions and 0 deletions

View File

@ -1 +1,2 @@
osmo-msc --enable-smpp
openbsc --enable-smpp --enable-osmo-bsc --enable-nat

View File

@ -1,2 +1,3 @@
osmo-msc --enable-iu
osmo-sgsn --enable-iu
openbsc --enable-iu

8
openbsc.deps Normal file
View File

@ -0,0 +1,8 @@
# project build these first
libosmocore
libosmo-abis libosmocore
libosmo-netif libosmo-abis
libsmpp34
osmo-ggsn libosmocore
osmo-sgsn libosmo-netif osmo-ggsn
openbsc libosmo-netif libsmpp34

View File

@ -11,3 +11,4 @@ osmo-iuh --enable-sanitize
osmo-mgw --enable-sanitize
osmo-msc --enable-sanitize
osmo-sgsn --enable-sanitize
openbsc --enable-sanitize