From 00e6f692e9ee7bc7001e5c31b519abe711585503 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 16:58:34 +0800 Subject: mtp: Add the MTP Level3 code to the SCCP repoistory SCCP can be wrapped inside the MTP Level3, and one can use it for link testing as well. This repository should be renamed to libosmo-itu or libosmo-ss7 and be a host to SS7 related encapsulation... The code is coming from the cellmgr-ng code. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4fb8ce5..94969f7 100644 --- a/configure.ac +++ b/configure.ac @@ -29,10 +29,13 @@ AC_SUBST(SYMBOL_VISIBILITY) AC_OUTPUT( libosmo-sccp.pc + libosmo-mtp.pc include/sccp/Makefile + include/mtp/Makefile include/Makefile src/Makefile tests/Makefile tests/sccp/Makefile + tests/mtp/Makefile Makefile) -- cgit v1.2.3