From 6ca0a9076e77146e0d5b6ce5f1330b15c5699aa5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Oct 2013 18:50:22 +0200 Subject: encoding: Move encoding routines into a separate file --- 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 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 += \ -- cgit v1.2.3