From becfc4cb1ba9d759915a5b430aedc0d29c67858b 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 --- src/libmgcp/Makefile.am | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 src/libmgcp/Makefile.am (limited to 'src/libmgcp/Makefile.am') diff --git a/src/libmgcp/Makefile.am b/src/libmgcp/Makefile.am deleted file mode 100644 index 5d7844da4..000000000 --- a/src/libmgcp/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -AM_CPPFLAGS = \ - $(all_includes) \ - -I$(top_srcdir)/include \ - -I$(top_builddir) \ - $(NULL) - -AM_CFLAGS = \ - -Wall \ - $(LIBOSMOCORE_CFLAGS) \ - $(LIBOSMOVTY_CFLAGS) \ - $(LIBOSMONETIF_CFLAGS) \ - $(COVERAGE_CFLAGS) \ - $(LIBBCG729_CFLAGS) \ - $(NULL) - -AM_LDFLAGS = \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(LIBOSMONETIF_LIBS) \ - $(COVERAGE_LDFLAGS) \ - $(LIBBCG729_LIBS) \ - $(NULL) - -noinst_LIBRARIES = \ - libmgcp.a \ - $(NULL) - -noinst_HEADERS = \ - g711common.h \ - $(NULL) - -libmgcp_a_SOURCES = \ - mgcp_common.c \ - mgcp_protocol.c \ - mgcp_network.c \ - mgcp_vty.c \ - mgcp_osmux.c \ - mgcp_sdp.c \ - mgcpgw_client.c \ - mgcpgw_client_vty.c \ - $(NULL) -if BUILD_MGCP_TRANSCODING -libmgcp_a_SOURCES += \ - mgcp_transcode.c \ - $(NULL) -endif -- cgit v1.2.3