blob: 8e17b4afd558c035d481f99731d8f6ad26a8a5cf [file] [log] [blame]
Philippd8b45772016-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 = \
11 $(top_builddir)/src/gprs/v42bis.o \
Philippd8b45772016-09-02 13:32:38 +020012 $(LIBOSMOCORE_LIBS)
13
14