build: osmo-bsc_nat: add missing sigtran LDADD

Change-Id: Ia3031232a3a44b8e8a665610a2fd1cf0a7e55b22
This commit is contained in:
Neels Hofmeyr 2017-06-28 15:27:41 +02:00
parent 9227dccf07
commit 9d82e581d4
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ osmo_bsc_nat_LDADD = \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOABIS_LIBS) \
$(LIBOSMONETIF_LIBS) \
$(LIBOSMOSIGTRAN_LIBS) \
$(LIBCRYPTO_LIBS) \
-lrt \
$(NULL)