deps: add osmo-smlc

Change-Id: Ib09012162e53d52c5326946b90c311886712d3cd
diff --git a/2G.deps b/2G.deps
index bbfff26..c090b6e 100644
--- a/2G.deps
+++ b/2G.deps
@@ -11,6 +11,7 @@
 osmo-bsc	libosmo-sccp osmo-mgw
 osmo-sgsn	libosmo-sccp osmo-ggsn osmo-hlr
 osmo-sip-connector	libosmocore
+osmo-smlc	libosmo-sccp
 # osmo-trx can build with --enable-sanitize, but then won't work reliably.
 # When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail.
 # So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
diff --git a/3G+2G.deps b/3G+2G.deps
index e34ea5b..b4372fd 100644
--- a/3G+2G.deps
+++ b/3G+2G.deps
@@ -14,6 +14,7 @@
 osmo-sgsn	osmo-iuh osmo-ggsn osmo-hlr
 osmo-sip-connector	libosmocore
 osmo-bts	libosmo-netif
+osmo-smlc	libosmo-sccp
 # osmo-trx can build with --enable-sanitize, but then won't work reliably.
 # When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail.
 # So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
diff --git a/sanitize.opts b/sanitize.opts
index 5cc2c3a..e88ebef 100644
--- a/sanitize.opts
+++ b/sanitize.opts
@@ -14,3 +14,4 @@
 openbsc --enable-sanitize
 osmo-sip-connector --enable-sanitize
 osmo-bts --enable-sanitize
+osmo-smlc --enable-sanitize