aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-19 20:11:46 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:10 +0100
commit621dc2fd010dbcde6c6a202d48d427afbf6a2e1a (patch)
tree653ede19b8e6cd65e894b358d09b254e23b10340 /src/Makefile.am
parent111614a9942195f6261be5cf8854d1f6fdbe1479 (diff)
sba: Move the sba code to a dedicated file
Move the code around and then turn it into an object...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cbb6de0..813dfbe 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 += \