From 97b6bfa996ed1745d27c5598186c4583f7e90861 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 21 Nov 2015 13:16:08 +0100 Subject: Fix compilation with no libc-ares present on the system This build failure was introduced with the OAP and gtphub changes. --- openbsc/tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbsc/tests') diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am index 995660a6f..04b8e345f 100644 --- a/openbsc/tests/Makefile.am +++ b/openbsc/tests/Makefile.am @@ -13,7 +13,10 @@ SUBDIRS += smpp endif if HAVE_LIBGTP -SUBDIRS += sgsn oap gtphub +SUBDIRS += gtphub +if HAVE_LIBCARES +SUBDIRS += sgsn oap +endif endif -- cgit v1.2.3