aboutsummaryrefslogtreecommitdiff
path: root/test/api_test/Makefile.am
blob: ddbac5335886abf702dcb1602514f85cd2d30210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/test/Makefile.inc

bin_PROGRAMS = odp_ring

odp_ring_CFLAGS = $(AM_CFLAGS)

odp_ring_LDFLAGS = $(AM_LDFLAGS) -static

noinst_HEADERS = \
		  $(top_srcdir)/test/api_test/odp_common.h \
		  $(top_srcdir)/test/test_debug.h

dist_odp_ring_SOURCES = odp_ring_test.c odp_common.c