aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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