aboutsummaryrefslogtreecommitdiffstats
path: root/tests/isup/Makefile.am
blob: d8ba49217288e2808411ec1bf62b5f2509f0cd15 (plain)
1
2
3
4
5
6
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
noinst_PROGRAMS = isup_parse_test

isup_parse_test_SOURCES = isup_parse_test.c $(top_srcdir)/src/isup.c
isup_parse_test_LDADD = $(LIBOSMOCORE_LIBS)