aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-19 18:50:22 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:10 +0100
commit6ca0a9076e77146e0d5b6ce5f1330b15c5699aa5 (patch)
treeb1b104d65e8f672ba8f47201766cbff666972435 /src/Makefile.am
parent9446485e3d5943b735b733bfbbbfcf06a0a36274 (diff)
encoding: Move encoding routines into a separate file
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 272827d0..f9bb17f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,8 @@ libgprs_la_SOURCES = \
pcu_vty.c \
tbf.cpp \
bts.cpp \
- poll_controller.cpp
+ poll_controller.cpp \
+ encoding.cpp
if ENABLE_SYSMOBTS
libgprs_la_SOURCES += \