blob: 6f058f5a6b5ffce5ec0dabebc7015e6b34539c17 [file] [log] [blame]
Alexander Huemer7477d712016-09-09 00:43:15 +02001AM_CPPFLAGS = \
2 $(all_includes) \
3 -I$(top_srcdir)/include \
4 $(NULL)
Philippfcb979a2016-08-10 12:14:57 +02005
Alexander Huemer7477d712016-09-09 00:43:15 +02006AM_CFLAGS = \
7 -Wall \
8 -ggdb3 \
9 $(LIBOSMOCORE_CFLAGS) \
10 $(LIBOSMOGSM_CFLAGS) \
11 $(LIBCARES_CFLAGS) \
12 $(NULL)
Philippfcb979a2016-08-10 12:14:57 +020013
Alexander Huemer7477d712016-09-09 00:43:15 +020014EXTRA_DIST = \
15 xid_test.ok \
16 $(NULL)
Philippfcb979a2016-08-10 12:14:57 +020017
Alexander Huemer7477d712016-09-09 00:43:15 +020018noinst_PROGRAMS = \
19 xid_test \
20 $(NULL)
21
22xid_test_SOURCES = \
23 xid_test.c \
24 $(NULL)
Philippfcb979a2016-08-10 12:14:57 +020025
26xid_test_LDADD = \
Pau Espin Pedrola3646fb2019-08-30 20:47:02 +020027 $(top_builddir)/src/sgsn/gprs_llc_xid.o \
Philippfcb979a2016-08-10 12:14:57 +020028 $(LIBOSMOABIS_LIBS) \
29 $(LIBOSMOCORE_LIBS) \
30 $(LIBOSMOGSM_LIBS) \
31 $(LIBOSMOGB_LIBS) \
32 $(LIBCARES_LIBS) \
Alexander Huemer49769532016-09-15 16:02:18 +020033 $(LIBGTP_LIBS) \
Alexander Huemer7477d712016-09-09 00:43:15 +020034 -lrt \
35 -lm \
36 $(NULL)
Philippfcb979a2016-08-10 12:14:57 +020037