blob: 7442392796a71557dae918b889ac1f836215c95b [file] [log] [blame]
Philipp8a3fe602016-09-02 13:32:38 +02001AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
2AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBCARES_CFLAGS)
3
4EXTRA_DIST = v42bis_test.ok
5
6noinst_PROGRAMS = v42bis_test
7
8v42bis_test_SOURCES = v42bis_test.c
9
10v42bis_test_LDADD = \
Pau Espin Pedrola3646fb2019-08-30 20:47:02 +020011 $(top_builddir)/src/sgsn/v42bis.o \
Philipp8a3fe602016-09-02 13:32:38 +020012 $(LIBOSMOCORE_LIBS)
13
14