From 90881b6a5a908f8c1b9745ca7b4eea299d8cacdc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 22 Mar 2016 14:15:17 +0100 Subject: sip: Introduce source file to setup sofia sip This code is capable of creating an agent that will bind on the configured local address. The next steps are to configure the library in terms of allowed features and prepare call handling. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 42cdca5..4052dea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,9 +3,10 @@ bin_PROGRAMS = osmo-sip-connector AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(SOFIASIP_CFLAGS) noinst_HEADERS = \ - evpoll.h vty.h mncc_protocol.h app.h mncc.h + evpoll.h vty.h mncc_protocol.h app.h mncc.h sip.h osmo_sip_connector_SOURCES = \ + sip.c \ mncc.c \ evpoll.c \ vty.c \ -- cgit v1.2.3