aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-23 21:58:41 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-23 21:58:41 +0200
commit7026b85b58b6cba1d14b37afda8ff2126f995655 (patch)
tree8c384d94d7f1edd3ecbebfbdc59d4d1a7ddc0327 /openbsc/src/Makefile.am
parentedcba4e307fc6d8cf3de5d22982b1317178e7433 (diff)
initial skeleton for accepting UMA/GAN connections
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index cf34c4c13..852c442ab 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -9,5 +9,5 @@ if BUILD_NAT
SUBDIRS += osmo-bsc_nat
endif
if BUILD_BSC
-SUBDIRS += osmo-bsc
+SUBDIRS += osmo-bsc osmo-ganc
endif