aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-25 19:24:01 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:09 +0100
commitee1541d504299227f534a7f15b0c75c18a3f4271 (patch)
treeed7f88445131bc63cd54d99e84a67a15cd9bd048 /openbsc/configure.ac
parent9dcae17866e40814bf0cc4b70ec6f3453814b4f7 (diff)
put Iu-common and Iu-CS stuff in proper places
Add libiu to contain the parts used by both Iu-CS (in osmo-cscn) and Iu-PS (in gprs) into libiu. It's rather thin and may make sense to move to osmo-iuh altogether, eventually. iu.c is half moved to libiu/, and half to osmo-cscn/iu_cs.c.
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 6d8323285..c77dd0728 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -194,6 +194,7 @@ AC_OUTPUT(
src/libmgcp/Makefile
src/libcommon/Makefile
src/libfilter/Makefile
+ src/libiu/Makefile
src/osmo-nitb/Makefile
src/osmo-cscn/Makefile
src/osmo-bsc/Makefile