aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-26 21:24:24 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-26 21:26:01 +0800
commit3ae2758fba1dc9b364238c6e1e7d591b12c3d878 (patch)
treea5bc6c6817a6b05baf60a476d7f793aa42292c1d /include/osmocore/Makefile.am
parentfaadfe2b93db0976952b13a7870074ac8979bcd9 (diff)
rename 'debug' interface to 'logging' interface0.1.2
It's not really about debugging, but about generic logging...
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 e1ba2c63..1c3a33f3 100644
--- a/include/osmocore/Makefile.am
+++ b/include/osmocore/Makefile.am
@@ -1,7 +1,7 @@
osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.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 debug.h
+ gsm48_ie.h logging.h
if ENABLE_TALLOC
osmocore_HEADERS += talloc.h