aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-09 17:08:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 13:22:42 +0100
commit03ba4f485bdbf79b9efce862940fd871e7b3dc72 (patch)
tree405f452c40d03eead4c1b9ab435962a4d3fc9652 /configure.ac
parent58d0c24f03b75d31164f961e76e0414c6fbb2102 (diff)
isup: Start with isup support in the cellmgr.
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index de760fd..dd2b04a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ AC_OUTPUT(
tests/Makefile
tests/mtp/Makefile
tests/patching/Makefile
+ tests/isup/Makefile
Makefile)