blob: bcaf4fa0632656b322be2c4d4bcf982cb4ec14c0 [file] [log] [blame]
Neels Hofmeyr9f796642015-09-24 17:32:30 +02001AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
2AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)
3
4EXTRA_DIST = \
Neels Hofmeyr193badf2015-11-18 16:11:26 +01005 gtphub_test.ok
Neels Hofmeyr9f796642015-09-24 17:32:30 +02006
Neels Hofmeyrae2c7e82015-11-29 18:44:55 +01007if HAVE_LIBGTP
8if HAVE_LIBCARES
Neels Hofmeyr9f796642015-09-24 17:32:30 +02009noinst_PROGRAMS = gtphub_test
Neels Hofmeyrae2c7e82015-11-29 18:44:55 +010010endif
11endif
Neels Hofmeyr9f796642015-09-24 17:32:30 +020012
13gtphub_test_SOURCES = gtphub_test.c
14gtphub_test_LDFLAGS = \
Neels Hofmeyrf16657a2015-11-08 20:34:47 +010015 -Wl,--wrap=gtphub_resolve_ggsn_addr \
16 -Wl,--wrap=gtphub_ares_init
Neels Hofmeyr9f796642015-09-24 17:32:30 +020017
18gtphub_test_LDADD = \
19 $(top_builddir)/src/gprs/gtphub.o \
Neels Hofmeyrf16657a2015-11-08 20:34:47 +010020 $(top_builddir)/src/gprs/gprs_utils.o \
Neels Hofmeyr9f796642015-09-24 17:32:30 +020021 $(LIBOSMOCORE_LIBS) \
22 -lgtp -lrt
23