aboutsummaryrefslogtreecommitdiffstats
path: root/tests/patching/Makefile.am
blob: d99a55a188ff149b18399c3e73ae80e777a41b12 (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(all_includes) -I$(top_srcdir)/include $(LAFORGE_CFLAGS) -Wall
noinst_PROGRAMS = patching_test

patching_test_SOURCES = patching_test.c $(top_srcdir)/src/bss_patch.c \
                        $(top_srcdir)/src/openbsc_nat/tlv_parser.c \
                        $(top_srcdir)/src/openbsc_nat/bssap.c
patching_test_LDADD = $(LAFORGE_LIBS) $(SCCP_LIBS)