aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-28 15:27:41 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-28 15:27:42 +0200
commit0eb5e206d93d655dcc0efd6f57d8c85619f16c69 (patch)
treef748f00c84b2a5c402a0bfd2edc489b99ce3d3ad
parenta494d00c2fe76c00003f9bd196a04386c5c974aa (diff)
build: osmo-bsc_nat: add missing sigtran LDADDneels/pmaier_aoip
-rw-r--r--openbsc/src/osmo-bsc_nat/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc_nat/Makefile.am b/openbsc/src/osmo-bsc_nat/Makefile.am
index be33d289d..b7c13ad3e 100644
--- a/openbsc/src/osmo-bsc_nat/Makefile.am
+++ b/openbsc/src/osmo-bsc_nat/Makefile.am
@@ -53,6 +53,7 @@ osmo_bsc_nat_LDADD = \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOABIS_LIBS) \
$(LIBOSMONETIF_LIBS) \
+ $(LIBOSMOSIGTRAN_LIBS) \
$(LIBCRYPTO_LIBS) \
-lrt \
$(NULL)