blob: dcb721150137feade370339faef5c69eb7f8a838 [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
Neels Hofmeyrff252bb2015-11-29 18:44:55 +01007if HAVE_LIBGTP
8if HAVE_LIBCARES
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +02009noinst_PROGRAMS = gtphub_test
Neels Hofmeyrff252bb2015-11-29 18:44:55 +010010endif
11endif
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020012
13gtphub_test_SOURCES = gtphub_test.c
14gtphub_test_LDFLAGS = \
Neels Hofmeyr30f7bcb2015-11-08 20:34:47 +010015 -Wl,--wrap=gtphub_resolve_ggsn_addr \
Neels Hofmeyr996ec1d2015-12-02 15:43:10 +010016 -Wl,--wrap=gtphub_ares_init \
17 -Wl,--wrap=gtphub_write
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020018
19gtphub_test_LDADD = \
20 $(top_builddir)/src/gprs/gtphub.o \
Neels Hofmeyr30f7bcb2015-11-08 20:34:47 +010021 $(top_builddir)/src/gprs/gprs_utils.o \
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020022 $(LIBOSMOCORE_LIBS) \
23 -lgtp -lrt
24