From 34a313f2e2c60ba061a1515f3a77f9f6f61a413a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 19 Jul 2017 16:48:42 +0200 Subject: move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp Rewire build and includes to libosmo-legacy-mgcp. Drop osmo-bsc_mgcp and related python tests, now found in osmo-mgw.git. libosmo-legacy-mgcp is installed from osmo-mgw, hence add the dependency to jenkins.sh (so far using the pre_release branch). Change-Id: Ic99d681759edce11564da62500c2aac5cf5fffe2 --- tests/bsc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/bsc/Makefile.am') diff --git a/tests/bsc/Makefile.am b/tests/bsc/Makefile.am index 904bdfcd7..90bbb4ac7 100644 --- a/tests/bsc/Makefile.am +++ b/tests/bsc/Makefile.am @@ -10,6 +10,7 @@ AM_CFLAGS = \ $(LIBOSMOGSM_CFLAGS) \ $(LIBOSMOSCCP_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ + $(LIBOSMOLEGACYMGCP_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(NULL) @@ -33,7 +34,6 @@ bsc_test_SOURCES = \ bsc_test_LDADD = \ $(top_builddir)/src/libbsc/libbsc.a \ $(top_builddir)/src/libcommon-cs/libcommon-cs.a \ - $(top_builddir)/src/libmgcp/libmgcp.a \ $(top_builddir)/src/libtrau/libtrau.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) \ @@ -41,5 +41,7 @@ bsc_test_LDADD = \ $(LIBOSMOSCCP_LIBS) \ $(LIBOSMOVTY_LIBS) \ $(LIBOSMOABIS_LIBS) \ + $(LIBOSMOLEGACYMGCP_LIBS) \ + $(LIBRARY_GSM) \ -lrt \ $(NULL) -- cgit v1.2.3