aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 12:20:12 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 12:22:12 +0200
commit2e918a87ebace1886ff29dc8ccbfe5aede695184 (patch)
tree91eaca71485de988a907d930b0464d0902f3d598 /openbsc/src/gprs/Makefile.am
parent68b99a4a084eaf2e9a867e42853cea636691cca2 (diff)
[GPRS] LLC: Add VTY interface for LLC
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index 6638dd640..d04b5cda3 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -11,7 +11,8 @@ endif
libsgsn_a_SOURCES = gprs_ns.c gprs_bssgp.c gprs_llc.c gprs_gmm.c \
- crc24.c gprs_sgsn.c gprs_bssgp_util.c gprs_bssgp_vty.c
+ crc24.c gprs_sgsn.c gprs_bssgp_util.c gprs_bssgp_vty.c \
+ gprs_llc_vty.c
osmo_gbproxy_SOURCES = gb_proxy.c gb_proxy_main.c gb_proxy_vty.c \
gprs_ns.c gprs_ns_vty.c gprs_bssgp_util.c \