From 621dc2fd010dbcde6c6a202d48d427afbf6a2e1a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Oct 2013 20:11:46 +0200 Subject: sba: Move the sba code to a dedicated file Move the code around and then turn it into an object... --- 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 cbb6de0a..813dfbe9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,7 +46,8 @@ libgprs_la_SOURCES = \ bts.cpp \ poll_controller.cpp \ encoding.cpp \ - ta.cpp + ta.cpp \ + sba.cpp if ENABLE_SYSMOBTS libgprs_la_SOURCES += \ -- cgit v1.2.3