aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-20 19:58:40 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-21 15:34:18 +0200
commit3ff81b1a6b830d16803f3fc7356e9fd71162b6c6 (patch)
treec4c07ba874e41a6e172b80023943b9df383fe116 /configure.ac
parent7fd0c830d968e67be555bd1aeabced4cc5e08061 (diff)
libctrl: autotools build system integration
Now we actually build the recently-imported libctrl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eaaab503..deaa8bf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,12 +186,14 @@ AC_OUTPUT(
libosmovty.pc
libosmogsm.pc
libosmogb.pc
+ libosmoctrl.pc
include/Makefile
src/Makefile
src/vty/Makefile
src/codec/Makefile
src/gsm/Makefile
src/gb/Makefile
+ src/ctrl/Makefile
tests/Makefile
utils/Makefile
Doxyfile.core