aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-11-20 10:41:02 +0100
committerHarald Welte <laforge@gnumonks.org>2015-11-20 10:41:02 +0100
commitae2c18c57b5b8d2133a42297fb7ce02a8f332cce (patch)
tree3dd6b4fe0c3ec65c378e007ddf231180c29d98a7
parent0d21ac8f5a4563e10d887e610a8cffff2a5672b8 (diff)
oap and gtphub tests must only be compiled of LIBGTP is present!
-rw-r--r--openbsc/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am
index aacfe0bd4..995660a6f 100644
--- a/openbsc/tests/Makefile.am
+++ b/openbsc/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr oap gtphub
+SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr
if BUILD_NAT
SUBDIRS += bsc-nat bsc-nat-trie
@@ -13,7 +13,7 @@ SUBDIRS += smpp
endif
if HAVE_LIBGTP
-SUBDIRS += sgsn
+SUBDIRS += sgsn oap gtphub
endif