aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-01 21:39:06 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-01 21:39:06 +0000
commitc12d52bae4fbdda8bdc609323bb1ef91b07aced6 (patch)
tree9d332a00c821715b7782ffe02feb43c2b0828224 /src/Makefile.am
parent268bb40b359cf1a74049f3b2264e4e6b5d5a85c6 (diff)
* improve parsing of status/phase response from BTS
* split rs232 support into separate file (like misdn.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 e4c754478..53b290371 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,4 +9,4 @@ bsc_hack_SOURCES = bsc_hack.c misdn.c abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.
trau_frame.c paging.c
bsc_hack_LDADD = -ldl -ldbi
-bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c msgb.c debug.c select.c timer.c
+bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c msgb.c debug.c select.c timer.c rs232.c