aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gprs/Makefile.am
blob: 193655fa4166fe26bf52c2044de568634ac94a67 (plain)
1
2
3
4
5
6
7
8
9
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS)

EXTRA_DIST = gprs_test.ok

noinst_PROGRAMS = gprs_test

gprs_test_SOURCES = gprs_test.c $(top_srcdir)/src/gprs/gprs_utils.c
gprs_test_LDADD = $(LIBOSMOCORE_LIBS)