aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-17 11:18:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-17 11:18:44 +0200
commit07ab5e47b10bc6c84fb749811ab8c3d366ff9eee (patch)
treef1a58a43c694cfa0782973d8caabd8ec3b0ac9e9 /openbsc/src/Makefile.am
parent55ef2d362a043082280a5012707ae2d7b5e2cb1b (diff)
msc: Start compiling a MSC only applicationzecke/osmo-msc
This application has no support for Abis but will use the A-link to communicate with a BSC. Right now a lot of symbols are stubbed out.
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index df7b936e7..3cd8dce08 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -11,3 +11,6 @@ endif
if BUILD_BSC
SUBDIRS += osmo-bsc
endif
+if BUILD_MSC
+SUBDIRS += osmo-msc
+endif