From 3d6b9f4fe99c4351ba8937f6d7df6030986b8a92 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 8 Dec 2016 22:29:27 +0100 Subject: move gprs/oap.c to libcommon/oap_client.c This is in preparation for libvlr. Related: OS#1592 Change-Id: Ib526df6d9de55a1e59a379d5e2c8541ed0ef67e3 --- openbsc/src/gprs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/src/gprs/Makefile.am') diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am index ab2517eea..d059aeed0 100644 --- a/openbsc/src/gprs/Makefile.am +++ b/openbsc/src/gprs/Makefile.am @@ -92,7 +92,6 @@ osmo_sgsn_SOURCES = \ sgsn_cdr.c \ sgsn_ares.c \ slhc.c \ - oap.c \ gprs_llc_xid.c \ v42bis.c \ $(NULL) @@ -137,9 +136,9 @@ osmo_gtphub_LDADD = \ gsup_test_client_SOURCES = \ gprs_gsup_client.c \ gsup_test_client.c \ - oap.c \ $(NULL) gsup_test_client_LDADD = \ + $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOVTY_LIBS) \ -- cgit v1.2.3