diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-01-19 10:10:16 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-01-19 10:10:16 +0100 |
commit | 2230c133a69e8f9660051aff61626996deba4ed8 (patch) | |
tree | 9475e8a923355e5741ecebf5c8180005ca8b0d63 /include/osmocore/Makefile.am | |
parent | c035ec63f509573408069340b4d40a906a40b8f7 (diff) |
[BITS] introduce new packed/unpacked bit conversion routines
Diffstat (limited to 'include/osmocore/Makefile.am')
-rw-r--r-- | include/osmocore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/Makefile.am b/include/osmocore/Makefile.am index 2efaa96b..a3b12ef4 100644 --- a/include/osmocore/Makefile.am +++ b/include/osmocore/Makefile.am @@ -1,4 +1,4 @@ -osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h \ +osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \ tlv.h bitvec.h comp128.h statistics.h gsm_utils.h utils.h \ gsmtap.h write_queue.h rsl.h gsm48.h rxlev_stat.h mncc.h \ gsm48_ie.h logging.h gsm0808.h rate_ctr.h gsmtap_util.h \ |