aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bsc-nat-trie
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:23:51 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:54:38 +0100
commit421059a2c080e4c7fc2dbdeeba28d5ef76a3d701 (patch)
tree01792ab5f572d4c822b08885fe40a7a82d934421 /tests/bsc-nat-trie
parent104851632d7609a89b6cc9384a6f5da04e7cec52 (diff)
drop libcommon completely, move remaining files to libbsc
Move gsm_data.c and handover_cfg.c to libbsc, where they belong. This leaves libcommon utterly empty, drop it. Change-Id: I6178061fa30c7e1a4c22c29d3c8f508b1033569f
Diffstat (limited to 'tests/bsc-nat-trie')
-rw-r--r--tests/bsc-nat-trie/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bsc-nat-trie/Makefile.am b/tests/bsc-nat-trie/Makefile.am
index d20bd0a5a..4afa1a4d7 100644
--- a/tests/bsc-nat-trie/Makefile.am
+++ b/tests/bsc-nat-trie/Makefile.am
@@ -11,7 +11,6 @@ noinst_PROGRAMS = bsc_nat_trie_test
bsc_nat_trie_test_SOURCES = bsc_nat_trie_test.c \
$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_rewrite_trie.c
bsc_nat_trie_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
- $(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) -lrt \
$(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) \
$(LIBOSMOABIS_LIBS) \