diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-03-06 11:34:27 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-03-06 11:34:27 +0100 |
commit | 63d3e396e79bae0e3580a8813a8c1c0166a51b59 (patch) | |
tree | 4315ae6c61b4162e4f00538f9e12f51561ac7c9b /src/Makefile.am | |
parent | 380ae25052e5b09922d9a3642ad8743a22330f86 (diff) |
introduce RxLev statistics module, an efficient way for power scan data
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 b6826ea5..99424522 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,4 +9,4 @@ lib_LTLIBRARIES = libosmocore.la libosmocore_la_SOURCES = msgb.c timer.c talloc.c select.c signal.c \ tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \ - write_queue.c utils.c rsl.c gsm48.c + write_queue.c utils.c rsl.c gsm48.c rxlev_stat.c |