From cf3d2a1fad3de8a7d914282f2b1f9eee319910c3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 4 Mar 2016 15:36:59 +0100 Subject: fix build: add xsc to osmo-bsc and tests/bsc-nat --- openbsc/src/osmo-bsc_nat/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src') diff --git a/openbsc/src/osmo-bsc_nat/Makefile.am b/openbsc/src/osmo-bsc_nat/Makefile.am index 4a6f74dea..8ba1c5661 100644 --- a/openbsc/src/osmo-bsc_nat/Makefile.am +++ b/openbsc/src/osmo-bsc_nat/Makefile.am @@ -11,6 +11,7 @@ osmo_bsc_nat_SOURCES = bsc_filter.c bsc_mgcp_utils.c bsc_nat.c bsc_nat_utils.c \ osmo_bsc_nat_LDADD = \ $(top_builddir)/src/libmgcp/libmgcp.a \ $(top_builddir)/src/libbsc/libbsc.a \ + $(top_builddir)/src/libxsc/libxsc.a \ $(top_builddir)/src/libtrau/libtrau.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(top_builddir)/src/libfilter/libfilter.a \ -- cgit v1.2.3