summaryrefslogtreecommitdiffstats
path: root/include/osmocore/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-06 11:34:27 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-06 11:34:27 +0100
commit63d3e396e79bae0e3580a8813a8c1c0166a51b59 (patch)
tree4315ae6c61b4162e4f00538f9e12f51561ac7c9b /include/osmocore/Makefile.am
parent380ae25052e5b09922d9a3642ad8743a22330f86 (diff)
introduce RxLev statistics module, an efficient way for power scan data
Diffstat (limited to 'include/osmocore/Makefile.am')
-rw-r--r--include/osmocore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/Makefile.am b/include/osmocore/Makefile.am
index b45d0233..9c4fc757 100644
--- a/include/osmocore/Makefile.am
+++ b/include/osmocore/Makefile.am
@@ -1,6 +1,6 @@
osmocore_HEADERS = signal.h linuxlist.h timer.h talloc.h msgb.h select.h \
tlv.h bitvec.h comp128.h statistics.h gsm_utils.h utils.h \
- gsmtap.h write_queue.h rsl.h gsm48.h
+ gsmtap.h write_queue.h rsl.h gsm48.h rxlev_stat.h
osmocoredir = $(includedir)/osmocore