From a92fe9a4ca7e309a80095521160f5d3d946932ec Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 Jan 2010 20:40:03 +0100 Subject: [bsc_msc] Move the connect to the MSC routine into a new file --- openbsc/src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbsc/src/Makefile.am') diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 40591397a..b6a8536a5 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -26,7 +26,8 @@ libsccp_a_SOURCES = sccp/sccp.c bsc_hack_SOURCES = bsc_hack.c bsc_init.c vty_interface.c vty_interface_layer3.c bsc_hack_LDADD = libmsc.a libbsc.a libmsc.a libvty.a -ldl -ldbi $(LIBCRYPT) -bsc_msc_ip_SOURCES = bssap.c bsc_msc_ip.c bsc_init.c vty_interface.c vty_interface_bsc.c +bsc_msc_ip_SOURCES = bssap.c bsc_msc_ip.c bsc_init.c vty_interface.c vty_interface_bsc.c \ + bsc_msc.c bsc_msc_ip_LDADD = libbsc.a libvty.a libsccp.a bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c msgb.c debug.c \ @@ -42,5 +43,5 @@ isdnsync_SOURCES = isdnsync.c bsc_mgcp_SOURCES = bsc_mgcp.c msgb.c talloc.c debug.c select.c timer.c telnet_interface.c bsc_mgcp_LDADD = libvty.a -bsc_nat_SOURCES = nat/bsc_nat.c +bsc_nat_SOURCES = nat/bsc_nat.c bsc_msc.c bsc_nat_LDADD = libbsc.a libsccp.a -- cgit v1.2.3