mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
gtphub_test: build only when c-ares and gtp are present.
This commit is contained in:
@@ -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 = \
|
||||
|
Reference in New Issue
Block a user