From 7788cbf96c13c5ebb04894bd97a351bb25caf9bf 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 trial-and-error development collapsed in one patch. This may be split in smaller commits if reviewers prefer that. If we can keep it as one, we have saved ourselves the additional separation work. Related: OS#1592 Change-Id: Ie303c98f8c18e40c87c1b68474b35de332033622 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ff51ccfcf..17139b089 100644 --- a/configure.ac +++ b/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