diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-04-15 10:10:39 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-04-15 10:10:39 +0200 |
commit | 280cd5153f1387c462fa93cd1a2ca77260015024 (patch) | |
tree | 992cd93859079cd9384a81fb5df6c7e5e089f0ba /src/Makefile.am | |
parent | 2c86c2a726a9736254d98f37e0bf21e1159db749 (diff) |
Add GSM0808 utilities to Osmocore.
The code is coming from the on-waves/bsc-master branch.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 16978074..20e99db3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ lib_LTLIBRARIES = libosmocore.la libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \ tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \ write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \ - logging.c + logging.c gsm0808.c if ENABLE_TALLOC libosmocore_la_SOURCES += talloc.c |