From 2662502066f6241dfe5295506862c52aa43fe575 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 28 Jun 2017 15:27:41 +0200 Subject: build: osmo-bsc_nat: add missing sigtran LDADD Change-Id: I838cc9176b9d3e61e33f25d10bedd37c9c057fd3 --- openbsc/src/osmo-bsc_nat/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3