aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:47:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:50:06 +0200
commit9d1cdb1f697057033394590a9b2815efe6c08cd9 (patch)
tree6949835a400a15e75bfd8196c591d16727594fb8 /src/Makefile.am
parent488aa2908387356b2ae0e84157974f962f45972a (diff)
Move out tbf subclasses from tbf.h to their own headers
It's a good start towards clearing current mess between parent and the 2 children classes. Change-Id: Ibc22ea2e02609af7ee058b8bc15df2115d4c6f60
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7148267b..a84a511a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -91,6 +91,8 @@ noinst_HEADERS = \
pcu_vty_functions.h \
mslot_class.h \
tbf.h \
+ tbf_ul.h \
+ tbf_dl.h \
bts.h \
pdch.h \
poll_controller.h \