aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sccp/Makefile.am
blob: b35693e829f0937e0bedbb209fe664c59b2810d9 (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)

noinst_PROGRAMS = sccp_test

sccp_test_SOURCES = sccp_test.c
sccp_test_LDADD = $(top_builddir)/src/libsccp.a $(top_builddir)/src/libbsc.a $(LIBOSMOCORE_LIBS)