From 52ef60fe96a99a8d85fb71514ea829236079b34e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 20 Nov 2019 12:37:41 +0100 Subject: add osmo-mslookup-client program (#2) Standalone program using libosmo-mslookup to easily integrate with programs that want to connect services (SIP, SMS,...) to the current location of a subscriber. Also useful for manual testing. For a detailed overview of the D-GSM and mslookup related files, please see the elaborate comment at the top of mslookup.c (already added in an earlier patch). Resubmit of 637bbfcd9275f8c47212b29b50110f56ba6397bf after revert in 41fe3625915c456513544b99ba8c057c0f650b3c. Change-Id: Ie39d30e20461ab10ae3584863d8bfc6b76a12f37 --- src/mslookup/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mslookup/Makefile.am') diff --git a/src/mslookup/Makefile.am b/src/mslookup/Makefile.am index 07fb6f4..a720c40 100644 --- a/src/mslookup/Makefile.am +++ b/src/mslookup/Makefile.am @@ -26,3 +26,12 @@ libosmo_mslookup_la_LIBADD = \ $(LIBOSMOGSM_LIBS) \ $(TALLOC_LIBS) \ $(NULL) + +bin_PROGRAMS = osmo-mslookup-client +osmo_mslookup_client_SOURCES = osmo-mslookup-client.c +osmo_mslookup_client_LDADD = \ + libosmo-mslookup.la \ + $(LIBOSMOCORE_LIBS) \ + $(TALLOC_LIBS) \ + $(NULL) +osmo_mslookup_client_CFLAGS = $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) -- cgit v1.2.3