aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-27 11:07:15 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-27 11:07:15 +0000
commit32636e8910fa7f80726d14ecc430dce451030466 (patch)
treec233dfdd95a3e000f4f51f3d8da540cd285c340e /src/Makefile.am
parent14537e5f1dd5735736f30160b427fb518757c8c1 (diff)
Move the debug code to a separate debug.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6209906c2..c2449bdba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS=-Wall
sbin_PROGRAMS = bsc_hack db_test
bsc_hack_SOURCES = bsc_hack.c misdn.c abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.c \
- gsm_subscriber.c msgb.c select.c chan_alloc.c timer.c
+ gsm_subscriber.c msgb.c select.c chan_alloc.c timer.c debug.c
db_test_SOURCES = db_test.c db.c
db_test_LDADD = -ldl -ldbi