fixeria has uploaded this change for review.
all.deps, {sanitize,werror}.opts: add project - libosmo-gprs
Change-Id: I707e6ee0af6bcb940d5e77475bc581c0d07de6d7
---
M all.deps
M sanitize.opts
M werror.opts
3 files changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/89/29089/1
diff --git a/all.deps b/all.deps
index 7e099cf..5cb4811 100644
--- a/all.deps
+++ b/all.deps
@@ -1,6 +1,7 @@
# project build these first
libosmocore
libosmo-abis libosmocore
+libosmo-gprs libosmocore
libosmo-netif libosmo-abis
libosmo-sccp libosmo-netif
libsmpp34
@@ -19,7 +20,7 @@
# When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail.
# So if you want osmo-trx, use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
osmo-trx libosmocore
-osmo-pcu libosmocore
+osmo-pcu libosmocore libosmo-gprs
asn1c libasn1c
osmo-gbproxy libosmocore
osmo-pcap libosmocore
diff --git a/sanitize.opts b/sanitize.opts
index 51721bc..7abb8c6 100644
--- a/sanitize.opts
+++ b/sanitize.opts
@@ -1,6 +1,7 @@
libasn1c --enable-sanitize
libosmo-abis --enable-sanitize
libosmocore --enable-sanitize
+libosmo-gprs --enable-sanitize
libosmo-netif --enable-sanitize
libosmo-sccp --enable-sanitize
libosmo-pfcp --enable-sanitize
diff --git a/werror.opts b/werror.opts
index af7c8dd..1e7079a 100644
--- a/werror.opts
+++ b/werror.opts
@@ -1,6 +1,7 @@
libasn1c --enable-werror
libosmo-abis --enable-werror
libosmocore --enable-werror
+libosmo-gprs --enable-werror
libosmo-netif --enable-werror
libosmo-sccp --enable-werror
libosmo-pfcp --enable-werror
To view, visit change 29089. To unsubscribe, or for help writing mail filters, visit settings.