From ae2c18c57b5b8d2133a42297fb7ce02a8f332cce Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 20 Nov 2015 10:41:02 +0100 Subject: oap and gtphub tests must only be compiled of LIBGTP is present! --- openbsc/tests/Makefile.am | 4 ++-- 1 file 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 -- cgit v1.2.3