gtphub_test: build only when c-ares and gtp are present.

This commit is contained in:
Neels Hofmeyr 2015-11-29 18:44:55 +01:00
parent 8fbfaa51bb
commit ff252bb801
1 changed files with 4 additions and 0 deletions

View File

@ -4,7 +4,11 @@ AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)
EXTRA_DIST = \
gtphub_test.ok
if HAVE_LIBGTP
if HAVE_LIBCARES
noinst_PROGRAMS = gtphub_test
endif
endif
gtphub_test_SOURCES = gtphub_test.c
gtphub_test_LDFLAGS = \