From 9e1721f332d283cc8832d6584cff8297b41101c7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 Jun 2016 00:06:42 +0200 Subject: Add libvlr implementation Original libvlr code is by Harald Welte , polished and tweaked by Neels Hofmeyr . This is a long series of development collapsed in one patch. The original history may still be available as branch neels/vlr_orig. Related: OS#1592 Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9 --- openbsc/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index c6ae15974..8381305e6 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -225,6 +225,7 @@ AC_OUTPUT( src/libtrau/Makefile src/libbsc/Makefile src/libmsc/Makefile + src/libvlr/Makefile src/libmgcp/Makefile src/libcommon/Makefile src/libfilter/Makefile @@ -261,6 +262,8 @@ AC_OUTPUT( tests/slhc/Makefile tests/v42bis/Makefile tests/nanobts_omlattr/Makefile + tests/vlr/Makefile + tests/subscr_conn/Makefile doc/Makefile doc/examples/Makefile Makefile) -- cgit v1.2.3