aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-07 07:21:06 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-07 07:21:06 +0100
commit096f6f9f39a078ee45bc9dcba6fb7cc2a10936cb (patch)
tree991bbe5d910cfd45b2c9acaaa4ba2921d4dcc31c /src/Makefile.am
parent758dc12c9f3d265e5e1998087e70daef1502206c (diff)
llc: Move the llc code out of the tbf.cpp into a new dedicated one
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 9bc41833..857d0497 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,8 @@ libgprs_la_SOURCES = \
encoding.cpp \
ta.cpp \
sba.cpp \
- decoding.cpp
+ decoding.cpp \
+ llc.cpp
if ENABLE_SYSMOBTS
libgprs_la_SOURCES += \