From 8d59bf26a8f80e73ad7fecdfdb5434d5879040af Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Sep 2017 20:16:36 +0200 Subject: configure.ac: remove smpp_mirror, which has no relation to a BSC smpp_mirror is maintained in osmo-msc.git, so let's remove it (and the associated libsmpp34 build requirement). Change-Id: Ia7b242cc52cf261b1a5dd3c287da2868e1a2b9a8 --- src/utils/Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/utils/Makefile.am') diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index 26494e13d..d3f6d624f 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -11,7 +11,6 @@ AM_CFLAGS = \ $(LIBOSMOABIS_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(SQLITE3_CFLAGS) \ - $(LIBSMPP34_CFLAGS) \ $(NULL) AM_LDFLAGS = \ @@ -43,12 +42,6 @@ bin_PROGRAMS += \ $(NULL) endif -if BUILD_SMPP -noinst_PROGRAMS = \ - smpp_mirror \ - $(NULL) -endif - bs11_config_SOURCES = \ bs11_config.c \ $(NULL) @@ -67,17 +60,6 @@ isdnsync_SOURCES = \ isdnsync.c \ $(NULL) -smpp_mirror_SOURCES = \ - smpp_mirror.c \ - $(NULL) - -smpp_mirror_LDADD = \ - $(top_builddir)/src/libcommon/libcommon.a \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(LIBSMPP34_LIBS) \ - $(NULL) - meas_vis_SOURCES = \ meas_vis.c \ $(NULL) -- cgit v1.2.3