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/src/gprs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/src/gprs/Makefile.am') diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am index 5212c67f2..5e115eb50 100644 --- a/openbsc/src/gprs/Makefile.am +++ b/openbsc/src/gprs/Makefile.am @@ -11,9 +11,8 @@ noinst_HEADERS = gprs_sndcp.h bin_PROGRAMS = osmo-gbproxy if HAVE_LIBGTP -bin_PROGRAMS += osmo-gtphub if HAVE_LIBCARES -bin_PROGRAMS += osmo-sgsn +bin_PROGRAMS += osmo-sgsn osmo-gtphub endif endif -- cgit v1.2.3