From e94d7d1bdff6cbedc2394fa2ced8151c8da35fa5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Dec 2017 17:57:35 +0100 Subject: remove libosmo-sccp dependency for osmo-bsc libosmo-sccp is the old sccp-lite-focused SCCP implementation that we used before libosmo-sigtran was created. The new osmo-bsc in this repository is using libosmo-sigtran and shouldn't be using parts of libosmo-sccp anymore. We only keep it around in configure.ac and Makefile.am for osmo-bsc_nat, which is not even built in this repository anymore (or 'again yet'?) Change-Id: I8f274be7d196cd7a5b1ec9ada949130fb06e984d --- src/libfilter/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libfilter') diff --git a/src/libfilter/Makefile.am b/src/libfilter/Makefile.am index 6d3db0b90..41a75bdd2 100644 --- a/src/libfilter/Makefile.am +++ b/src/libfilter/Makefile.am @@ -10,7 +10,6 @@ AM_CFLAGS = \ $(LIBOSMOGSM_CFLAGS) \ $(LIBOSMOVTY_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ - $(LIBOSMOSCCP_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(NULL) -- cgit v1.2.3