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.
This commit is contained in:
Holger Hans Peter Freyther 2010-02-12 12:39:38 +01:00
parent 5e6f52f15a
commit c64d9f7201
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
noinst_HEADERS = abis_nm.h abis_rsl.h debug.h db.h gsm_04_08.h gsm_data.h \
noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \
gsm_subscriber.h gsm_04_11.h \
timer.h misdn.h chan_alloc.h telnet_interface.h paging.h \
subchan_demux.h trau_frame.h e1_input.h trau_mux.h \
@ -7,5 +7,6 @@ noinst_HEADERS = abis_nm.h abis_rsl.h debug.h db.h gsm_04_08.h gsm_data.h \
silent_call.h mgcp.h meas_rep.h bitvec.h rest_octets.h \
system_information.h handover.h statistics.h
laforge_HEADERS = signal.h linuxlist.h timer.h talloc.h msgb.h select.h tlv.h
laforge_HEADERS = signal.h linuxlist.h timer.h talloc.h msgb.h select.h tlv.h \
debug.h
laforgedir= $(includedir)/laf0rge1

View File

@ -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 \