aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gtp/Makefile.am
blob: bb01e3dc842fe6067122a37be278474a6c215998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g

EXTRA_DIST = \
	gtpie_test.ok \
	$(NULL)

noinst_PROGRAMS = \
	gtpie_test \
	$(NULL)

gtpie_test_SOURCES = \
	gtpie_test.c \
	$(NULL)

gtpie_test_LDADD = \
	$(top_builddir)/lib/debug.o \
	$(top_builddir)/gtp/libgtp.la \
	$(LIBOSMOCORE_LIBS) \
	$(NULL)