aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2010-10-21 15:00:36 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-13 14:06:18 +0200
commit4462f8c30f744406dd7609eebf7ca1878003e14d (patch)
treec5547611355116d8ab91989b30b67e6c275ecc4a /openbsc/configure.ac
parent203d86531764d680cd73b71878263e29d1603a04 (diff)
Add libctrl, an SNMP-like control interface
In contrast to the VTY interface the control interface is meant to be used by programs. This patch adds basic support, no commands are defined.
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 5ed53035b..89cfcac66 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -92,6 +92,7 @@ AC_OUTPUT(
src/libtrau/Makefile
src/libabis/Makefile
src/libbsc/Makefile
+ src/libctrl/Makefile
src/libmsc/Makefile
src/libmgcp/Makefile
src/libcommon/Makefile