aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-04 15:36:59 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-04 15:36:59 +0100
commitcf3d2a1fad3de8a7d914282f2b1f9eee319910c3 (patch)
tree3eeafed3eab96d6b3b99f0413b40da61d69c1008
parente4baf402cb457ad46642cec9271b762a394a59ea (diff)
fix build: add xsc to osmo-bsc and tests/bsc-nat
-rw-r--r--openbsc/src/osmo-bsc_nat/Makefile.am1
-rw-r--r--openbsc/tests/bsc-nat/Makefile.am1
2 files changed, 2 insertions, 0 deletions
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 \
diff --git a/openbsc/tests/bsc-nat/Makefile.am b/openbsc/tests/bsc-nat/Makefile.am
index 26e550098..ff34da7bb 100644
--- a/openbsc/tests/bsc-nat/Makefile.am
+++ b/openbsc/tests/bsc-nat/Makefile.am
@@ -17,6 +17,7 @@ bsc_nat_test_SOURCES = bsc_nat_test.c \
bsc_nat_test_LDADD = \
$(top_builddir)/src/libfilter/libfilter.a \
$(top_builddir)/src/libbsc/libbsc.a \
+ $(top_builddir)/src/libxsc/libxsc.a \
$(top_builddir)/src/libmgcp/libmgcp.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \