aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 12:39:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 22:42:19 +0100
commitc64d9f720165bbc09835b80ef34f65475889a68d (patch)
treec797140553b45ddb45065ef1610a81cf1d982aed /openbsc/src
parent5e6f52f15ac337599dd7f0971e906da8c162f219 (diff)
Move debug.c into the liblaf0rge1.a too
The msgb class is using the debug framework and needs to be able to output data. We would need a way to add custom areas or to have the struct of areas outside of the default debug.c... but this can happen at a later point.
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index d17a4be3f..ba3d2802c 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -9,10 +9,10 @@ noinst_HEADERS = vty/cardshell.h
bscdir = $(libdir)
bsc_LIBRARIES = liblaf0rge1.a libsccp.a
-liblaf0rge1_a_SOURCES = msgb.c timer.c talloc.c select.c signal.c
+liblaf0rge1_a_SOURCES = msgb.c timer.c talloc.c select.c signal.c debug.c
libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
- chan_alloc.c debug.c \
+ chan_alloc.c \
gsm_subscriber_base.c subchan_demux.c bsc_rll.c transaction.c \
trau_frame.c trau_mux.c paging.c e1_config.c e1_input.c tlv_parser.c \
input/misdn.c input/ipaccess.c signal.c gsm_utils.c \