aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gtphub
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/gtphub')
-rw-r--r--openbsc/tests/gtphub/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/tests/gtphub/Makefile.am b/openbsc/tests/gtphub/Makefile.am
index 59480ed39..bcaf4fa06 100644
--- a/openbsc/tests/gtphub/Makefile.am
+++ b/openbsc/tests/gtphub/Makefile.am
@@ -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 = \