aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2009-12-23 15:49:16 +0100
committerHarald Welte <laforge@netfilter.org>2010-01-03 10:54:07 +0100
commitd7c9e5cad887cd5bcfff9dfcc726e070750404bf (patch)
treeb0049260e1f26d5b09089a0499f16f9fa2cdfaef /openbsc/src/Makefile.am
parent8608e7c1334afa0fce145517c9b48c4e9a146941 (diff)
encryption: Import a GPL comp128 implementation
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 544aea060..7d7fee79e 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -17,7 +17,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 gsm_04_08.c gsm_04_11.c transaction.c \
token_auth.c rrlp.c gsm_04_80.c ussd.c silent_call.c \
- handover_logic.c handover_decision.c meas_rep.c
+ handover_logic.c handover_decision.c meas_rep.c comp128.c
libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c