aboutsummaryrefslogtreecommitdiffstats
path: root/tests/patching/Makefile.am
blob: 009a6d7b37227bde32befa78694f744aa2e37f63 (plain)
1
2
3
4
5
6
INCLUDES = $(all_includes) -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSCCP_CFLAGS) -Wall
noinst_PROGRAMS = patching_test

patching_test_SOURCES = patching_test.c $(top_srcdir)/src/bss_patch.c
patching_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS)