aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/Makefile.am
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-17 20:31:30 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-17 20:31:30 +0000
commit76c95690215d3f577fb9dac6d85c64df4071f977 (patch)
treec87af3f80b89fb1583238efc284e2faac8921f0a /include/openbsc/Makefile.am
parent9e783318b0da05295665b8a449a80e7a44df882c (diff)
[utils] Create gsm_utils for 7bit encoding and decoding...
Diffstat (limited to 'include/openbsc/Makefile.am')
-rw-r--r--include/openbsc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openbsc/Makefile.am b/include/openbsc/Makefile.am
index 062df346f..7c848b37b 100644
--- a/include/openbsc/Makefile.am
+++ b/include/openbsc/Makefile.am
@@ -1,4 +1,5 @@
noinst_HEADERS = abis_nm.h abis_rsl.h debug.h db.h gsm_04_08.h gsm_data.h \
gsm_subscriber.h linuxlist.h msgb.h select.h tlv.h gsm_04_11.h \
timer.h misdn.h chan_alloc.h telnet_interface.h paging.h \
- subchan_demux.h trau_frame.h e1_input.h trau_mux.h signal.h
+ subchan_demux.h trau_frame.h e1_input.h trau_mux.h signal.h \
+ gsm_utils.h