blob: 59480ed391784d362bb51bdf81cbee47cd2faab4 [file] [log] [blame]
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +02001AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
2AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)
3
4EXTRA_DIST = \
Neels Hofmeyrad945b62015-11-18 16:11:26 +01005 gtphub_test.ok
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +02006
7noinst_PROGRAMS = gtphub_test
8
9gtphub_test_SOURCES = gtphub_test.c
10gtphub_test_LDFLAGS = \
Neels Hofmeyr30f7bcb2015-11-08 20:34:47 +010011 -Wl,--wrap=gtphub_resolve_ggsn_addr \
12 -Wl,--wrap=gtphub_ares_init
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020013
14gtphub_test_LDADD = \
15 $(top_builddir)/src/gprs/gtphub.o \
Neels Hofmeyr30f7bcb2015-11-08 20:34:47 +010016 $(top_builddir)/src/gprs/gprs_utils.o \
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020017 $(LIBOSMOCORE_LIBS) \
18 -lgtp -lrt
19