oap and gtphub tests must only be compiled of LIBGTP is present!

This commit is contained in:
Harald Welte 2015-11-20 10:41:02 +01:00
parent f0b23c058b
commit 2b4ac595dd
1 changed files with 2 additions and 2 deletions

View File

@ -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