aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-10-16 08:32:58 +0200
committerHarald Welte <laforge@gnumonks.org>2009-10-26 20:39:25 +0100
commit6eafe9137ca345078531fc607a461f397faa505b (patch)
tree0d923eca102bd5bdffa9d8c78ddb9c21398374cf /openbsc/src/Makefile.am
parent143f1f56d94804fdfdd3302aa65cdc14f0b955e9 (diff)
Add USDD code from Mike Haben
This is the initial checkin of the USSD code from Mike Haben. I didn't put it in the main branch as I think it still needs some cleanup.
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 919e07574..2f715bbaf 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -14,7 +14,7 @@ libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
libmsc_a_SOURCES = gsm_subscriber.c db.c telnet_interface.c \
mncc.c rtp_proxy.c gsm_04_08.c gsm_04_11.c transaction.c \
- token_auth.c rrlp.c
+ token_auth.c rrlp.c gsm_04_80.c ussd.c
libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c