blob: aaf17edf28bc08a1b9db772a2965eb3fb4e33519 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001AM_CPPFLAGS = \
2 $(all_includes) \
3 -I$(top_srcdir)/include \
4 $(NULL)
Philippa536fc62016-08-10 12:14:57 +02005
Alexander Huemer7b6673f2016-09-09 00:43:15 +02006AM_CFLAGS = \
7 -Wall \
8 -ggdb3 \
9 $(LIBOSMOCORE_CFLAGS) \
10 $(LIBOSMOGSM_CFLAGS) \
11 $(LIBCARES_CFLAGS) \
12 $(NULL)
Philippa536fc62016-08-10 12:14:57 +020013
Alexander Huemer7b6673f2016-09-09 00:43:15 +020014EXTRA_DIST = \
15 xid_test.ok \
16 $(NULL)
Philippa536fc62016-08-10 12:14:57 +020017
Alexander Huemer7b6673f2016-09-09 00:43:15 +020018noinst_PROGRAMS = \
19 xid_test \
20 $(NULL)
21
22xid_test_SOURCES = \
23 xid_test.c \
24 $(NULL)
Philippa536fc62016-08-10 12:14:57 +020025
26xid_test_LDADD = \
27 $(top_builddir)/src/gprs/gprs_llc_xid.o \
28 $(top_builddir)/src/libcommon/libcommon.a \
29 $(LIBOSMOABIS_LIBS) \
30 $(LIBOSMOCORE_LIBS) \
31 $(LIBOSMOGSM_LIBS) \
32 $(LIBOSMOGB_LIBS) \
33 $(LIBCARES_LIBS) \
34 $(LIBCRYPTO_LIBS) \
Alexander Huemerc2f2ad82016-09-15 16:02:18 +020035 $(LIBGTP_LIBS) \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020036 -lrt \
37 -lm \
38 $(NULL)
Philippa536fc62016-08-10 12:14:57 +020039